Html Css Color HEX #DB81FD Heliotrope

📋 copy color: '#DB81FD'

red 219 ◦ green 129 ◦ blue 253

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

Shades of Heliotrope #DB81FD

Tints of Heliotrope #DB81FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 36.44%
G = 21.46%
B = 42.1%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB81FD (or 0xDB81FD) is known color: Heliotrope. HEX triplet: DB, 81 and FD. RGB value is (219,129,253). Sum of RGB (Red+Green+Blue) = 219+129+253=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81FD is #247E02. Grayscale: #A9A9A9. Windows color (decimal): -2391555 or 16613851. OLE color: 16613851.

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

Color convert

RGB 219 129 253 -
CMYK 0.13 0.49 0 0.01
HSL 283.55º 0.97% 0.75% -
HSV(B) 283.55º 0.49% 0.99% -
XYZ 54.79 37.85 97.35 -
YUV 170.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 219 129 253 0.13 0.49 0 0.01 283.55 0.97 0.75
Hex DB 81 FD D 31 0 1 11C 61 4B
Octal 333 201 375 15 61 0 1 434 141 113
Binary 11011011 10000001 11111101 1101 110001 0 1 100011100 1100001 1001011

Color Harmonies of #DB81FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81FD

Black with #DB81FD

Text Example


Text Example

White with #DB81FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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