Html Css Color HEX #DB66F9 Heliotrope

📋 copy color: '#DB66F9'

red 219 ◦ green 102 ◦ blue 249

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

Shades of Heliotrope #DB66F9

Tints of Heliotrope #DB66F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 38.42%
G = 17.89%
B = 43.68%

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

#DB66F9 (or 0xDB66F9) is known color: Heliotrope. HEX triplet: DB, 66 and F9. RGB value is (219,102,249). Sum of RGB (Red+Green+Blue) = 219+102+249=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66F9 is #249906. Grayscale: #999999. Windows color (decimal): -2398471 or 16344795. OLE color: 16344795.

HSL color Cylindrical-coordinate representation of color #DB66F9: hue angle of 287.76º degrees, saturation: 0.92, 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 #DB66F9 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 102 249 -
CMYK 0.12 0.59 0 0.02
HSL 287.76º 0.92% 0.69% -
HSV(B) 287.76º 0.59% 0.98% -
XYZ 51.06 31.4 92.99 -
YUV 153.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 219 102 249 0.12 0.59 0 0.02 287.76 0.92 0.69
Hex DB 66 F9 C 3B 0 2 120 5C 45
Octal 333 146 371 14 73 0 2 440 134 105
Binary 11011011 1100110 11111001 1100 111011 0 10 100100000 1011100 1000101

Color Harmonies of #DB66F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66F9

Black with #DB66F9

Text Example


Text Example

White with #DB66F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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