Html Css Color HEX #D080F5 Heliotrope

📋 copy color: '#D080F5'

red 208 ◦ green 128 ◦ blue 245

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

Shades of Heliotrope #D080F5

Tints of Heliotrope #D080F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.17%

R = 35.8%
G = 22.03%
B = 42.17%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D080F5 (or 0xD080F5) is known color: Heliotrope. HEX triplet: D0, 80 and F5. RGB value is (208,128,245). Sum of RGB (Red+Green+Blue) = 208+128+245=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #D080F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080F5 is #2F7F0A. Grayscale: #A4A4A4. Windows color (decimal): -3112715 or 16089296. OLE color: 16089296.

HSL color Cylindrical-coordinate representation of color #D080F5: hue angle of 281.03º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D080F5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 128 245 -
CMYK 0.15 0.48 0 0.04
HSL 281.03º 0.85% 0.73% -
HSV(B) 281.03º 0.48% 0.96% -
XYZ 50.21 35.44 90.58 -
YUV 165.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 208 128 245 0.15 0.48 0 0.04 281.03 0.85 0.73
Hex D0 80 F5 F 30 0 4 119 55 49
Octal 320 200 365 17 60 0 4 431 125 111
Binary 11010000 10000000 11110101 1111 110000 0 100 100011001 1010101 1001001

Color Harmonies of #D080F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080F5

Black with #D080F5

Text Example


Text Example

White with #D080F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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