#dd7cf1

Color #DD7CF1 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DD7CF1

Tints of Heliotrope #DD7CF1

Color information

#DD7CF1 (or 0xDD7CF1) is unknown color: approx Heliotrope. HEX triplet: DD, 7C and F1. RGB value is (221,124,241). Sum of RGB (Red+Green+Blue) = 221+124+241=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD7CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7CF1 is #22830E. Grayscale: #A5A5A5. Windows color (decimal): -2261775 or 15826141. OLE color: 15826141.

HSL color Cylindrical-coordinate representation of color #DD7CF1: hue angle of 289.74º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7CF1 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221124241-
CMYK0.080.4900.05
HSL289.74º80.69%71.57%-
HSV(B)289.74º48.55%94.51%-
XYZ52.936.1487.41-
YUV166.34170.14166.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 124 (48.83% from 255) = 21.16%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=37.71%
G=21.16%
B=41.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211242410.080.4900.05289.7480.6971.57
HexDD7CF1831051225148
Octal335174361106105442121110
Binary110111011111100111100011000110001010110010001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7cf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7cf1; }

 p { color: rgb(221,124,241); }

 H1.HeaderClassName
 {
   color: #dd7cf1;
 }
 .AnyTagClassName
 {
   color: #dd7cf1;
 }
</style>
background-color css

<style>
 a { background-color: #dd7cf1; }

 a { background-color: rgb(221,124,241); }

 div.DivClassName
 {
   background-color: #dd7cf1;
 }
 .BgClassName
 {
   background-color: #dd7cf1;
 }
</style>
border-color css

<style>
 span { border-color: #dd7cf1; }

 span { border-color: rgb(221,124,241); }

 td.TdClassName
 {
   border-color: #dd7cf1;
 }
 .TagClassName
 {
   border-color: #dd7cf1;
 }
</style>