Html Css Color HEX #DB81F2 Heliotrope

📋 copy color: '#DB81F2'

red 219 ◦ green 129 ◦ blue 242

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

Shades of Heliotrope #DB81F2

Tints of Heliotrope #DB81F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.02%

R = 37.12%
G = 21.86%
B = 41.02%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DB81F2 (or 0xDB81F2) is known color: Heliotrope. HEX triplet: DB, 81 and F2. RGB value is (219,129,242). Sum of RGB (Red+Green+Blue) = 219+129+242=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB81F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81F2 is #247E0D. Grayscale: #A8A8A8. Windows color (decimal): -2391566 or 15892955. OLE color: 15892955.

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

Color convert

RGB 219 129 242 -
CMYK 0.10 0.47 0 0.05
HSL 287.79º 0.81% 0.73% -
HSV(B) 287.79º 0.47% 0.95% -
XYZ 53.09 37.17 88.38 -
YUV 168.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 219 129 242 0.10 0.47 0 0.05 287.79 0.81 0.73
Hex DB 81 F2 A 2F 0 5 120 51 49
Octal 333 201 362 12 57 0 5 440 121 111
Binary 11011011 10000001 11110010 1010 101111 0 101 100100000 1010001 1001001

Color Harmonies of #DB81F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81F2

Black with #DB81F2

Text Example


Text Example

White with #DB81F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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