Html Css Color HEX #D081F9 Heliotrope

📋 copy color: '#D081F9'

red 208 ◦ green 129 ◦ blue 249

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

Shades of Heliotrope #D081F9

Tints of Heliotrope #D081F9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.01%

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

R = 35.49%
G = 22.01%
B = 42.49%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D081F9 (or 0xD081F9) is known color: Heliotrope. HEX triplet: D0, 81 and F9. RGB value is (208,129,249). Sum of RGB (Red+Green+Blue) = 208+129+249=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #D081F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081F9 is #2F7E06. Grayscale: #A5A5A5. Windows color (decimal): -3112455 or 16351696. OLE color: 16351696.

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

Color convert

RGB 208 129 249 -
CMYK 0.16 0.48 0 0.02
HSL 279.5º 0.91% 0.74% -
HSV(B) 279.5º 0.48% 0.98% -
XYZ 50.96 35.95 93.88 -
YUV 166.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 208 129 249 0.16 0.48 0 0.02 279.5 0.91 0.74
Hex D0 81 F9 10 30 0 2 118 5B 4A
Octal 320 201 371 20 60 0 2 430 133 112
Binary 11010000 10000001 11111001 10000 110000 0 10 100011000 1011011 1001010

Color Harmonies of #D081F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081F9

Black with #D081F9

Text Example


Text Example

White with #D081F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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