#D66BEE

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

Shades of Heliotrope #D66BEE

Tints of Heliotrope #D66BEE

Color information

#D66BEE (or 0xD66BEE) is unknown color: approx Heliotrope. HEX triplet: D6, 6B and EE. RGB value is (214,107,238). Sum of RGB (Red+Green+Blue) = 214+107+238=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #D66BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BEE is #299411. Grayscale: #999999. Windows color (decimal): -2724882 or 15625174. OLE color: 15625174.

HSL color Cylindrical-coordinate representation of color #D66BEE: hue angle of 289.01º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D66BEE is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214107238-
CMYK0.100.5500.07
HSL289.01º79.39%67.65%-
HSV(B)289.01º55.04%93.33%-
XYZ48.4230.9884.32-
YUV153.93175.45170.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 107 (42.19% from 255) = 19.14%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=38.28%
G=19.14%
B=42.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141072380.100.5500.07289.0179.3967.65
HexD66BEEA37071214f44
Octal326153356126707441117104
Binary110101101101011111011101010110111011110010000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66BEE; }

 p { color: rgb(214,107,238); }

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

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

 a { background-color: rgb(214,107,238); }

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

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

 span { border-color: rgb(214,107,238); }

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