Html Css Color HEX #DB66F1 Heliotrope

📋 copy color: '#DB66F1'

red 219 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #DB66F1

Tints of Heliotrope #DB66F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.88%

R = 38.97%
G = 18.15%
B = 42.88%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB66F1 (or 0xDB66F1) is known color: Heliotrope. HEX triplet: DB, 66 and F1. RGB value is (219,102,241). Sum of RGB (Red+Green+Blue) = 219+102+241=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66F1 is #24990E. Grayscale: #989898. Windows color (decimal): -2398479 or 15820507. OLE color: 15820507.

HSL color Cylindrical-coordinate representation of color #DB66F1: hue angle of 290.5º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB66F1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 102 241 -
CMYK 0.09 0.58 0 0.05
HSL 290.5º 0.83% 0.67% -
HSV(B) 290.5º 0.58% 0.95% -
XYZ 49.84 30.91 86.56 -
YUV 152.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 219 102 241 0.09 0.58 0 0.05 290.5 0.83 0.67
Hex DB 66 F1 9 3A 0 5 123 53 43
Octal 333 146 361 11 72 0 5 443 123 103
Binary 11011011 1100110 11110001 1001 111010 0 101 100100011 1010011 1000011

Color Harmonies of #DB66F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66F1

Black with #DB66F1

Text Example


Text Example

White with #DB66F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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