Html Css Color HEX #DB76FA Heliotrope

📋 copy color: '#DB76FA'

red 219 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #DB76FA

Tints of Heliotrope #DB76FA

RGB

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

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

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

R = 37.31%
G = 20.1%
B = 42.59%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB76FA (or 0xDB76FA) is known color: Heliotrope. HEX triplet: DB, 76 and FA. RGB value is (219,118,250). Sum of RGB (Red+Green+Blue) = 219+118+250=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 118 (46.48% from 255 or 20.10% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76FA is #248905. Grayscale: #A2A2A2. Windows color (decimal): -2394374 or 16414427. OLE color: 16414427.

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

Color convert

RGB 219 118 250 -
CMYK 0.12 0.53 0 0.02
HSL 285.91º 0.93% 0.72% -
HSV(B) 285.91º 0.53% 0.98% -
XYZ 52.95 34.92 94.39 -
YUV 163.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 219 118 250 0.12 0.53 0 0.02 285.91 0.93 0.72
Hex DB 76 FA C 35 0 2 11E 5D 48
Octal 333 166 372 14 65 0 2 436 135 110
Binary 11011011 1110110 11111010 1100 110101 0 10 100011110 1011101 1001000

Color Harmonies of #DB76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76FA

Black with #DB76FA

Text Example


Text Example

White with #DB76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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