Html Css Color HEX #DB66FA Heliotrope

📋 copy color: '#DB66FA'

red 219 ◦ green 102 ◦ blue 250

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

Shades of Heliotrope #DB66FA

Tints of Heliotrope #DB66FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 38.35%
G = 17.86%
B = 43.78%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB66FA (or 0xDB66FA) is known color: Heliotrope. HEX triplet: DB, 66 and FA. RGB value is (219,102,250). Sum of RGB (Red+Green+Blue) = 219+102+250=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 102 (40.23% from 255 or 17.86% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66FA is #249905. Grayscale: #999999. Windows color (decimal): -2398470 or 16410331. OLE color: 16410331.

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

Color convert

RGB 219 102 250 -
CMYK 0.12 0.59 0 0.02
HSL 287.43º 0.94% 0.69% -
HSV(B) 287.43º 0.59% 0.98% -
XYZ 51.22 31.46 93.82 -
YUV 153.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 219 102 250 0.12 0.59 0 0.02 287.43 0.94 0.69
Hex DB 66 FA C 3B 0 2 11F 5E 45
Octal 333 146 372 14 73 0 2 437 136 105
Binary 11011011 1100110 11111010 1100 111011 0 10 100011111 1011110 1000101

Color Harmonies of #DB66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66FA

Black with #DB66FA

Text Example


Text Example

White with #DB66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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