Html Css Color HEX #DB66FE Heliotrope

📋 copy color: '#DB66FE'

red 219 ◦ green 102 ◦ blue 254

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

Shades of Heliotrope #DB66FE

Tints of Heliotrope #DB66FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 38.09%
G = 17.74%
B = 44.17%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DB66FE (or 0xDB66FE) is known color: Heliotrope. HEX triplet: DB, 66 and FE. RGB value is (219,102,254). Sum of RGB (Red+Green+Blue) = 219+102+254=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 102 (40.23% from 255 or 17.74% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66FE is #249901. Grayscale: #999999. Windows color (decimal): -2398466 or 16672475. OLE color: 16672475.

HSL color Cylindrical-coordinate representation of color #DB66FE: hue angle of 286.18º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB66FE is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 102 254 -
CMYK 0.14 0.60 0 0.00
HSL 286.18º 0.99% 0.7% -
HSV(B) 286.18º 0.6% 1% -
XYZ 51.85 31.72 97.16 -
YUV 154.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 219 102 254 0.14 0.60 0 0.00 286.18 0.99 0.7
Hex DB 66 FE E 3C 0 0 11E 63 46
Octal 333 146 376 16 74 0 0 436 143 106
Binary 11011011 1100110 11111110 1110 111100 0 0 100011110 1100011 1000110

Color Harmonies of #DB66FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66FE

Black with #DB66FE

Text Example


Text Example

White with #DB66FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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