#DD7DF2

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

Shades of Heliotrope #DD7DF2

Tints of Heliotrope #DD7DF2

Color information

#DD7DF2 (or 0xDD7DF2) is unknown color: approx Heliotrope. HEX triplet: DD, 7D and F2. RGB value is (221,125,242). Sum of RGB (Red+Green+Blue) = 221+125+242=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 125 (49.22% from 255 or 21.26% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD7DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DF2 is #22820D. Grayscale: #A6A6A6. Windows color (decimal): -2261518 or 15891933. OLE color: 15891933.

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

Color convert

RGB221125242-
CMYK0.090.4800.05
HSL289.23º81.82%71.96%-
HSV(B)289.23º48.35%94.9%-
XYZ53.1836.4588.24-
YUV167.04170.3166.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 125 (49.22% from 255) = 21.26%
BLUE value IS 242 (94.92% from 255) = 41.16%
R=37.59%
G=21.26%
B=41.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211252420.090.4800.05289.2381.8271.96
HexDD7DF2930051215248
Octal335175362116005441122110
Binary110111011111101111100101001110000010110010000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DF2; }

 p { color: rgb(221,125,242); }

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

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

 a { background-color: rgb(221,125,242); }

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

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

 span { border-color: rgb(221,125,242); }

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