Html Css Color HEX #D080F4 Heliotrope

📋 copy color: '#D080F4'

red 208 ◦ green 128 ◦ blue 244

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

Shades of Heliotrope #D080F4

Tints of Heliotrope #D080F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.07%

R = 35.86%
G = 22.07%
B = 42.07%

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

#D080F4 (or 0xD080F4) is known color: Heliotrope. HEX triplet: D0, 80 and F4. RGB value is (208,128,244). Sum of RGB (Red+Green+Blue) = 208+128+244=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #D080F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080F4 is #2F7F0B. Grayscale: #A4A4A4. Windows color (decimal): -3112716 or 16023760. OLE color: 16023760.

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

Color convert

RGB 208 128 244 -
CMYK 0.15 0.48 0 0.04
HSL 281.38º 0.84% 0.73% -
HSV(B) 281.38º 0.48% 0.96% -
XYZ 50.06 35.38 89.78 -
YUV 165.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 208 128 244 0.15 0.48 0 0.04 281.38 0.84 0.73
Hex D0 80 F4 F 30 0 4 119 54 49
Octal 320 200 364 17 60 0 4 431 124 111
Binary 11010000 10000000 11110100 1111 110000 0 100 100011001 1010100 1001001

Color Harmonies of #D080F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080F4

Black with #D080F4

Text Example


Text Example

White with #D080F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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