Html Css Color HEX #D080EB Heliotrope

📋 copy color: '#D080EB'

red 208 ◦ green 128 ◦ blue 235

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

Shades of Heliotrope #D080EB

Tints of Heliotrope #D080EB

RGB

 RED value IS 208 (81.64% from 255) = 36.43%

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

 BLUE value IS 235 (92.19% from 255) = 41.16%

R = 36.43%
G = 22.42%
B = 41.16%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D080EB (or 0xD080EB) is known color: Heliotrope. HEX triplet: D0, 80 and EB. RGB value is (208,128,235). Sum of RGB (Red+Green+Blue) = 208+128+235=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #D080EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080EB is #2F7F14. Grayscale: #A3A3A3. Windows color (decimal): -3112725 or 15433936. OLE color: 15433936.

HSL color Cylindrical-coordinate representation of color #D080EB: hue angle of 284.86º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D080EB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 128 235 -
CMYK 0.11 0.46 0 0.08
HSL 284.86º 0.73% 0.71% -
HSV(B) 284.86º 0.46% 0.92% -
XYZ 48.73 34.85 82.76 -
YUV 164.12 168 159.3 -
System Red Green Blue C M Y K H S L
Decimal 208 128 235 0.11 0.46 0 0.08 284.86 0.73 0.71
Hex D0 80 EB B 2E 0 8 11D 49 47
Octal 320 200 353 13 56 0 10 435 111 107
Binary 11010000 10000000 11101011 1011 101110 0 1000 100011101 1001001 1000111

Color Harmonies of #D080EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080EB

Black with #D080EB

Text Example


Text Example

White with #D080EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080EB; }

 p { color: rgb(208,128,235); }

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

background-color css

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

 a { background-color: rgb(208,128,235); }

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

border-color css

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

 span { border-color: rgb(208,128,235); }

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