Html Css Color HEX #DB66FB Heliotrope

📋 copy color: '#DB66FB'

red 219 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #DB66FB

Tints of Heliotrope #DB66FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 38.29%
G = 17.83%
B = 43.88%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB66FB (or 0xDB66FB) is known color: Heliotrope. HEX triplet: DB, 66 and FB. RGB value is (219,102,251). Sum of RGB (Red+Green+Blue) = 219+102+251=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB66FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66FB is #249904. Grayscale: #999999. Windows color (decimal): -2398469 or 16475867. OLE color: 16475867.

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

Color convert

RGB 219 102 251 -
CMYK 0.13 0.59 0 0.02
HSL 287.11º 0.95% 0.69% -
HSV(B) 287.11º 0.59% 0.98% -
XYZ 51.38 31.53 94.64 -
YUV 153.97 182.76 174.38 -
System Red Green Blue C M Y K H S L
Decimal 219 102 251 0.13 0.59 0 0.02 287.11 0.95 0.69
Hex DB 66 FB D 3B 0 2 11F 5F 45
Octal 333 146 373 15 73 0 2 437 137 105
Binary 11011011 1100110 11111011 1101 111011 0 10 100011111 1011111 1000101

Color Harmonies of #DB66FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66FB

Black with #DB66FB

Text Example


Text Example

White with #DB66FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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