Html Css Color HEX #DB66EE Heliotrope

📋 copy color: '#DB66EE'

red 219 ◦ green 102 ◦ blue 238

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

Shades of Heliotrope #DB66EE

Tints of Heliotrope #DB66EE

RGB

 RED value IS 219 (85.94% from 255) = 39.18%

 GREEN value IS 102 (40.23% from 255) = 18.25%

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 39.18%
G = 18.25%
B = 42.58%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB66EE (or 0xDB66EE) is known color: Heliotrope. HEX triplet: DB, 66 and EE. RGB value is (219,102,238). Sum of RGB (Red+Green+Blue) = 219+102+238=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 102 (40.23% from 255 or 18.25% 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 #DB66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66EE is #249911. Grayscale: #989898. Windows color (decimal): -2398482 or 15623899. OLE color: 15623899.

HSL color Cylindrical-coordinate representation of color #DB66EE: hue angle of 291.62º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB66EE is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 102 238 -
CMYK 0.08 0.57 0 0.07
HSL 291.62º 0.8% 0.67% -
HSV(B) 291.62º 0.57% 0.93% -
XYZ 49.4 30.74 84.22 -
YUV 152.49 176.26 175.44 -
System Red Green Blue C M Y K H S L
Decimal 219 102 238 0.08 0.57 0 0.07 291.62 0.8 0.67
Hex DB 66 EE 8 39 0 7 124 50 43
Octal 333 146 356 10 71 0 7 444 120 103
Binary 11011011 1100110 11101110 1000 111001 0 111 100100100 1010000 1000011

Color Harmonies of #DB66EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66EE

Black with #DB66EE

Text Example


Text Example

White with #DB66EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66EE; }

 p { color: rgb(219,102,238); }

 H1.HeaderClassName
 {
   color: #DB66EE;
 }
 .AnyTagClassName
 {
   color: #DB66EE;
 }
</style>

background-color css

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

 a { background-color: rgb(219,102,238); }

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

border-color css

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

 span { border-color: rgb(219,102,238); }

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