#DD75F6

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

Shades of Heliotrope #DD75F6

Tints of Heliotrope #DD75F6

Color information

#DD75F6 (or 0xDD75F6) is unknown color: approx Heliotrope. HEX triplet: DD, 75 and F6. RGB value is (221,117,246). Sum of RGB (Red+Green+Blue) = 221+117+246=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD75F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD75F6 is #228A09. Grayscale: #A2A2A2. Windows color (decimal): -2263562 or 16152029. OLE color: 16152029.

HSL color Cylindrical-coordinate representation of color #DD75F6: hue angle of 288.37º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD75F6 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221117246-
CMYK0.100.5200.04
HSL288.37º87.76%71.18%-
HSV(B)288.37º52.44%96.47%-
XYZ52.8134.7591.11-
YUV162.8174.96169.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 246 (96.48% from 255) = 42.12%
R=37.84%
G=20.03%
B=42.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211172460.100.5200.04288.3787.7671.18
HexDD75F6A34041205847
Octal335165366126404440130107
Binary110111011110101111101101010110100010010010000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD75F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD75F6; }

 p { color: rgb(221,117,246); }

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

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

 a { background-color: rgb(221,117,246); }

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

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

 span { border-color: rgb(221,117,246); }

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