Html Css Color HEX #D081F1 Heliotrope

📋 copy color: '#D081F1'

red 208 ◦ green 129 ◦ blue 241

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

Shades of Heliotrope #D081F1

Tints of Heliotrope #D081F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 35.99%
G = 22.32%
B = 41.7%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D081F1 (or 0xD081F1) is known color: Heliotrope. HEX triplet: D0, 81 and F1. RGB value is (208,129,241). Sum of RGB (Red+Green+Blue) = 208+129+241=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #D081F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081F1 is #2F7E0E. Grayscale: #A5A5A5. Windows color (decimal): -3112463 or 15827408. OLE color: 15827408.

HSL color Cylindrical-coordinate representation of color #D081F1: hue angle of 282.32º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D081F1 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 129 241 -
CMYK 0.14 0.46 0 0.05
HSL 282.32º 0.8% 0.73% -
HSV(B) 282.32º 0.46% 0.95% -
XYZ 49.74 35.46 87.44 -
YUV 165.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 208 129 241 0.14 0.46 0 0.05 282.32 0.8 0.73
Hex D0 81 F1 E 2E 0 5 11A 50 49
Octal 320 201 361 16 56 0 5 432 120 111
Binary 11010000 10000001 11110001 1110 101110 0 101 100011010 1010000 1001001

Color Harmonies of #D081F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081F1

Black with #D081F1

Text Example


Text Example

White with #D081F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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