Html Css Color HEX #D080F6 Heliotrope

📋 copy color: '#D080F6'

red 208 ◦ green 128 ◦ blue 246

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

Shades of Heliotrope #D080F6

Tints of Heliotrope #D080F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.27%

R = 35.74%
G = 21.99%
B = 42.27%

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

#D080F6 (or 0xD080F6) is known color: Heliotrope. HEX triplet: D0, 80 and F6. RGB value is (208,128,246). Sum of RGB (Red+Green+Blue) = 208+128+246=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 246 (96.48% from 255 or 42.27% from 582); Max value from RGB is 246 - color contains mainly: blue. Hex color #D080F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080F6 is #2F7F09. Grayscale: #A4A4A4. Windows color (decimal): -3112714 or 16154832. OLE color: 16154832.

HSL color Cylindrical-coordinate representation of color #D080F6: hue angle of 280.68º degrees, saturation: 0.87, 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 #D080F6 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 128 246 -
CMYK 0.15 0.48 0 0.04
HSL 280.68º 0.87% 0.73% -
HSV(B) 280.68º 0.48% 0.96% -
XYZ 50.37 35.5 91.39 -
YUV 165.37 173.5 158.41 -
System Red Green Blue C M Y K H S L
Decimal 208 128 246 0.15 0.48 0 0.04 280.68 0.87 0.73
Hex D0 80 F6 F 30 0 4 119 57 49
Octal 320 200 366 17 60 0 4 431 127 111
Binary 11010000 10000000 11110110 1111 110000 0 100 100011001 1010111 1001001

Color Harmonies of #D080F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080F6

Black with #D080F6

Text Example


Text Example

White with #D080F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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