Html Css Color HEX #D081F6 Heliotrope

📋 copy color: '#D081F6'

red 208 ◦ green 129 ◦ blue 246

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

Shades of Heliotrope #D081F6

Tints of Heliotrope #D081F6

RGB

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

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

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

R = 35.68%
G = 22.13%
B = 42.2%

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

#D081F6 (or 0xD081F6) is known color: Heliotrope. HEX triplet: D0, 81 and F6. RGB value is (208,129,246). Sum of RGB (Red+Green+Blue) = 208+129+246=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #D081F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081F6 is #2F7E09. Grayscale: #A5A5A5. Windows color (decimal): -3112458 or 16155088. OLE color: 16155088.

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

Color convert

RGB 208 129 246 -
CMYK 0.15 0.48 0 0.04
HSL 280.51º 0.87% 0.74% -
HSV(B) 280.51º 0.48% 0.96% -
XYZ 50.5 35.76 91.43 -
YUV 165.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 208 129 246 0.15 0.48 0 0.04 280.51 0.87 0.74
Hex D0 81 F6 F 30 0 4 119 57 4A
Octal 320 201 366 17 60 0 4 431 127 112
Binary 11010000 10000001 11110110 1111 110000 0 100 100011001 1010111 1001010

Color Harmonies of #D081F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081F6

Black with #D081F6

Text Example


Text Example

White with #D081F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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