Html Css Color HEX #DB81EF Heliotrope

📋 copy color: '#DB81EF'

red 219 ◦ green 129 ◦ blue 239

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

Shades of Heliotrope #DB81EF

Tints of Heliotrope #DB81EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.98%

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 37.31%
G = 21.98%
B = 40.72%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB81EF (or 0xDB81EF) is known color: Heliotrope. HEX triplet: DB, 81 and EF. RGB value is (219,129,239). Sum of RGB (Red+Green+Blue) = 219+129+239=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB81EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81EF is #247E10. Grayscale: #A8A8A8. Windows color (decimal): -2391569 or 15696347. OLE color: 15696347.

HSL color Cylindrical-coordinate representation of color #DB81EF: hue angle of 289.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB81EF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 129 239 -
CMYK 0.08 0.46 0 0.06
HSL 289.09º 0.77% 0.72% -
HSV(B) 289.09º 0.46% 0.94% -
XYZ 52.64 36.99 86.03 -
YUV 168.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 219 129 239 0.08 0.46 0 0.06 289.09 0.77 0.72
Hex DB 81 EF 8 2E 0 6 121 4D 48
Octal 333 201 357 10 56 0 6 441 115 110
Binary 11011011 10000001 11101111 1000 101110 0 110 100100001 1001101 1001000

Color Harmonies of #DB81EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81EF

Black with #DB81EF

Text Example


Text Example

White with #DB81EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81EF; }

 p { color: rgb(219,129,239); }

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

background-color css

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

 a { background-color: rgb(219,129,239); }

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

border-color css

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

 span { border-color: rgb(219,129,239); }

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