#DD6AFB

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

Shades of Heliotrope #DD6AFB

Tints of Heliotrope #DD6AFB

Color information

#DD6AFB (or 0xDD6AFB) is unknown color: approx Heliotrope. HEX triplet: DD, 6A and FB. RGB value is (221,106,251). Sum of RGB (Red+Green+Blue) = 221+106+251=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 106 (41.80% from 255 or 18.34% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD6AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6AFB is #229504. Grayscale: #9C9C9C. Windows color (decimal): -2266373 or 16476893. OLE color: 16476893.

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

Color convert

RGB221106251-
CMYK0.120.5800.02
HSL287.59º94.77%70%-
HSV(B)287.59º57.77%98.43%-
XYZ52.3932.6594.81-
YUV156.92181.1173.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 106 (41.80% from 255) = 18.34%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=38.24%
G=18.34%
B=43.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211062510.120.5800.02287.5994.7770
HexDD6AFBC3A021205f46
Octal335152373147202440137106
Binary11011101110101011111011110011101001010010000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AFB; }

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

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

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

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

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

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

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

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