Html Css Color HEX #D081EF Heliotrope

📋 copy color: '#D081EF'

red 208 ◦ green 129 ◦ blue 239

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

Shades of Heliotrope #D081EF

Tints of Heliotrope #D081EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 36.11%
G = 22.4%
B = 41.49%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D081EF (or 0xD081EF) is known color: Heliotrope. HEX triplet: D0, 81 and EF. RGB value is (208,129,239). Sum of RGB (Red+Green+Blue) = 208+129+239=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #D081EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081EF is #2F7E10. Grayscale: #A4A4A4. Windows color (decimal): -3112465 or 15696336. OLE color: 15696336.

HSL color Cylindrical-coordinate representation of color #D081EF: hue angle of 283.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D081EF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 129 239 -
CMYK 0.13 0.46 0 0.06
HSL 283.09º 0.77% 0.72% -
HSV(B) 283.09º 0.46% 0.94% -
XYZ 49.44 35.34 85.88 -
YUV 165.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 208 129 239 0.13 0.46 0 0.06 283.09 0.77 0.72
Hex D0 81 EF D 2E 0 6 11B 4D 48
Octal 320 201 357 15 56 0 6 433 115 110
Binary 11010000 10000001 11101111 1101 101110 0 110 100011011 1001101 1001000

Color Harmonies of #D081EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081EF

Black with #D081EF

Text Example


Text Example

White with #D081EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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