Html Css Color HEX #DB76FC Heliotrope

📋 copy color: '#DB76FC'

red 219 ◦ green 118 ◦ blue 252

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

Shades of Heliotrope #DB76FC

Tints of Heliotrope #DB76FC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.03%

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 37.18%
G = 20.03%
B = 42.78%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB76FC (or 0xDB76FC) is known color: Heliotrope. HEX triplet: DB, 76 and FC. RGB value is (219,118,252). Sum of RGB (Red+Green+Blue) = 219+118+252=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB76FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76FC is #248903. Grayscale: #A3A3A3. Windows color (decimal): -2394372 or 16545499. OLE color: 16545499.

HSL color Cylindrical-coordinate representation of color #DB76FC: hue angle of 285.22º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB76FC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 219 118 252 -
CMYK 0.13 0.53 0 0.01
HSL 285.22º 0.96% 0.73% -
HSV(B) 285.22º 0.53% 0.99% -
XYZ 53.26 35.05 96.05 -
YUV 163.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 219 118 252 0.13 0.53 0 0.01 285.22 0.96 0.73
Hex DB 76 FC D 35 0 1 11D 60 49
Octal 333 166 374 15 65 0 1 435 140 111
Binary 11011011 1110110 11111100 1101 110101 0 1 100011101 1100000 1001001

Color Harmonies of #DB76FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76FC

Black with #DB76FC

Text Example


Text Example

White with #DB76FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76FC; }

 p { color: rgb(219,118,252); }

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

background-color css

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

 a { background-color: rgb(219,118,252); }

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

border-color css

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

 span { border-color: rgb(219,118,252); }

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