#DD6DFB

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

Shades of Heliotrope #DD6DFB

Tints of Heliotrope #DD6DFB

Color information

#DD6DFB (or 0xDD6DFB) is unknown color: approx Heliotrope. HEX triplet: DD, 6D and FB. RGB value is (221,109,251). Sum of RGB (Red+Green+Blue) = 221+109+251=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DFB is #229204. Grayscale: #9E9E9E. Windows color (decimal): -2265605 or 16477661. OLE color: 16477661.

HSL color Cylindrical-coordinate representation of color #DD6DFB: hue angle of 287.32º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6DFB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221109251-
CMYK0.120.5700.02
HSL287.32º94.67%70.59%-
HSV(B)287.32º56.57%98.43%-
XYZ52.733.2794.91-
YUV158.68180.11172.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 109 (42.97% from 255) = 18.76%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=38.04%
G=18.76%
B=43.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211092510.120.5700.02287.3294.6770.59
HexDD6DFBC390211f5f47
Octal335155373147102437137107
Binary11011101110110111111011110011100101010001111110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DFB; }

 p { color: rgb(221,109,251); }

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

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

 a { background-color: rgb(221,109,251); }

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

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

 span { border-color: rgb(221,109,251); }

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