Html Css Color HEX #DB76F1 Heliotrope

📋 copy color: '#DB76F1'

red 219 ◦ green 118 ◦ blue 241

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

Shades of Heliotrope #DB76F1

Tints of Heliotrope #DB76F1

RGB

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

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

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

R = 37.89%
G = 20.42%
B = 41.7%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB76F1 (or 0xDB76F1) is known color: Heliotrope. HEX triplet: DB, 76 and F1. RGB value is (219,118,241). Sum of RGB (Red+Green+Blue) = 219+118+241=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB76F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76F1 is #24890E. Grayscale: #A1A1A1. Windows color (decimal): -2394383 or 15824603. OLE color: 15824603.

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

Color convert

RGB 219 118 241 -
CMYK 0.09 0.51 0 0.05
HSL 289.27º 0.81% 0.7% -
HSV(B) 289.27º 0.51% 0.95% -
XYZ 51.57 34.37 87.13 -
YUV 162.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 219 118 241 0.09 0.51 0 0.05 289.27 0.81 0.7
Hex DB 76 F1 9 33 0 5 121 51 46
Octal 333 166 361 11 63 0 5 441 121 106
Binary 11011011 1110110 11110001 1001 110011 0 101 100100001 1010001 1000110

Color Harmonies of #DB76F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76F1

Black with #DB76F1

Text Example


Text Example

White with #DB76F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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