Html Css Color HEX #DB80ED Heliotrope

📋 copy color: '#DB80ED'

red 219 ◦ green 128 ◦ blue 237

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

Shades of Heliotrope #DB80ED

Tints of Heliotrope #DB80ED

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.92%

 BLUE value IS 237 (92.97% from 255) = 40.58%

R = 37.5%
G = 21.92%
B = 40.58%

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

#DB80ED (or 0xDB80ED) is known color: Heliotrope. HEX triplet: DB, 80 and ED. RGB value is (219,128,237). Sum of RGB (Red+Green+Blue) = 219+128+237=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB80ED is #247F12. Grayscale: #A7A7A7. Windows color (decimal): -2391827 or 15565019. OLE color: 15565019.

HSL color Cylindrical-coordinate representation of color #DB80ED: hue angle of 290.09º degrees, saturation: 0.75, 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 #DB80ED is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 128 237 -
CMYK 0.08 0.46 0 0.07
HSL 290.09º 0.75% 0.72% -
HSV(B) 290.09º 0.46% 0.93% -
XYZ 52.22 36.61 84.44 -
YUV 167.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 219 128 237 0.08 0.46 0 0.07 290.09 0.75 0.72
Hex DB 80 ED 8 2E 0 7 122 4B 48
Octal 333 200 355 10 56 0 7 442 113 110
Binary 11011011 10000000 11101101 1000 101110 0 111 100100010 1001011 1001000

Color Harmonies of #DB80ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB80ED

Black with #DB80ED

Text Example


Text Example

White with #DB80ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB80ED; }

 p { color: rgb(219,128,237); }

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

background-color css

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

 a { background-color: rgb(219,128,237); }

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

border-color css

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

 span { border-color: rgb(219,128,237); }

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