Html Css Color HEX #D080EF Heliotrope

📋 copy color: '#D080EF'

red 208 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #D080EF

Tints of Heliotrope #D080EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.57%

R = 36.17%
G = 22.26%
B = 41.57%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D080EF (or 0xD080EF) is known color: Heliotrope. HEX triplet: D0, 80 and EF. RGB value is (208,128,239). Sum of RGB (Red+Green+Blue) = 208+128+239=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #D080EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080EF is #2F7F10. Grayscale: #A4A4A4. Windows color (decimal): -3112721 or 15696080. OLE color: 15696080.

HSL color Cylindrical-coordinate representation of color #D080EF: hue angle of 283.24º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D080EF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 128 239 -
CMYK 0.13 0.46 0 0.06
HSL 283.24º 0.78% 0.72% -
HSV(B) 283.24º 0.46% 0.94% -
XYZ 49.31 35.08 85.83 -
YUV 164.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 208 128 239 0.13 0.46 0 0.06 283.24 0.78 0.72
Hex D0 80 EF D 2E 0 6 11B 4E 48
Octal 320 200 357 15 56 0 6 433 116 110
Binary 11010000 10000000 11101111 1101 101110 0 110 100011011 1001110 1001000

Color Harmonies of #D080EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080EF

Black with #D080EF

Text Example


Text Example

White with #D080EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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