Html Css Color HEX #D080F9 Heliotrope

📋 copy color: '#D080F9'

red 208 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #D080F9

Tints of Heliotrope #D080F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.56%

R = 35.56%
G = 21.88%
B = 42.56%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D080F9 (or 0xD080F9) is known color: Heliotrope. HEX triplet: D0, 80 and F9. RGB value is (208,128,249). Sum of RGB (Red+Green+Blue) = 208+128+249=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #D080F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080F9 is #2F7F06. Grayscale: #A5A5A5. Windows color (decimal): -3112711 or 16351440. OLE color: 16351440.

HSL color Cylindrical-coordinate representation of color #D080F9: hue angle of 279.67º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D080F9 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 128 249 -
CMYK 0.16 0.49 0 0.02
HSL 279.67º 0.91% 0.74% -
HSV(B) 279.67º 0.49% 0.98% -
XYZ 50.83 35.69 93.83 -
YUV 165.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 208 128 249 0.16 0.49 0 0.02 279.67 0.91 0.74
Hex D0 80 F9 10 31 0 2 118 5B 4A
Octal 320 200 371 20 61 0 2 430 133 112
Binary 11010000 10000000 11111001 10000 110001 0 10 100011000 1011011 1001010

Color Harmonies of #D080F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080F9

Black with #D080F9

Text Example


Text Example

White with #D080F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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