Html Css Color HEX #DB81EE Heliotrope

📋 copy color: '#DB81EE'

red 219 ◦ green 129 ◦ blue 238

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

Shades of Heliotrope #DB81EE

Tints of Heliotrope #DB81EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.61%

R = 37.37%
G = 22.01%
B = 40.61%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB81EE (or 0xDB81EE) is known color: Heliotrope. HEX triplet: DB, 81 and EE. RGB value is (219,129,238). Sum of RGB (Red+Green+Blue) = 219+129+238=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB81EE is #247E11. Grayscale: #A7A7A7. Windows color (decimal): -2391570 or 15630811. OLE color: 15630811.

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

Color convert

RGB 219 129 238 -
CMYK 0.08 0.46 0 0.07
HSL 289.54º 0.76% 0.72% -
HSV(B) 289.54º 0.46% 0.93% -
XYZ 52.5 36.93 85.25 -
YUV 168.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 219 129 238 0.08 0.46 0 0.07 289.54 0.76 0.72
Hex DB 81 EE 8 2E 0 7 122 4C 48
Octal 333 201 356 10 56 0 7 442 114 110
Binary 11011011 10000001 11101110 1000 101110 0 111 100100010 1001100 1001000

Color Harmonies of #DB81EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB81EE

Black with #DB81EE

Text Example


Text Example

White with #DB81EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB81EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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