Html Css Color HEX #D66BEE Heliotrope

📋 copy color: '#D66BEE'

red 214 ◦ green 107 ◦ blue 238

#D66BEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D66BEE

Tints of Heliotrope #D66BEE

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 value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D66BEE (or 0xD66BEE) is known color: 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

RGB 214 107 238 -
CMYK 0.10 0.55 0 0.07
HSL 289.01º 0.79% 0.68% -
HSV(B) 289.01º 0.55% 0.93% -
XYZ 48.42 30.98 84.32 -
YUV 153.93 175.45 170.85 -
System Red Green Blue C M Y K H S L
Decimal 214 107 238 0.10 0.55 0 0.07 289.01 0.79 0.68
Hex D6 6B EE A 37 0 7 121 4F 44
Octal 326 153 356 12 67 0 7 441 117 104
Binary 11010110 1101011 11101110 1010 110111 0 111 100100001 1001111 1000100

Color Harmonies of #D66BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BEE

Black with #D66BEE

Text Example


Text Example

White with #D66BEE

Text Example


Text Example

HTML Codes & Css Web 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>