Html Css Color HEX #D081EE Heliotrope

📋 copy color: '#D081EE'

red 208 ◦ green 129 ◦ blue 238

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

Shades of Heliotrope #D081EE

Tints of Heliotrope #D081EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.39%

R = 36.17%
G = 22.43%
B = 41.39%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D081EE (or 0xD081EE) is known color: Heliotrope. HEX triplet: D0, 81 and EE. RGB value is (208,129,238). Sum of RGB (Red+Green+Blue) = 208+129+238=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #D081EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081EE is #2F7E11. Grayscale: #A4A4A4. Windows color (decimal): -3112466 or 15630800. OLE color: 15630800.

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

Color convert

RGB 208 129 238 -
CMYK 0.13 0.46 0 0.07
HSL 283.49º 0.76% 0.72% -
HSV(B) 283.49º 0.46% 0.93% -
XYZ 49.3 35.28 85.1 -
YUV 165.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 208 129 238 0.13 0.46 0 0.07 283.49 0.76 0.72
Hex D0 81 EE D 2E 0 7 11B 4C 48
Octal 320 201 356 15 56 0 7 433 114 110
Binary 11010000 10000001 11101110 1101 101110 0 111 100011011 1001100 1001000

Color Harmonies of #D081EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081EE

Black with #D081EE

Text Example


Text Example

White with #D081EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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