Html Css Color HEX #D085EE Heliotrope

📋 copy color: '#D085EE'

red 208 ◦ green 133 ◦ blue 238

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

Shades of Heliotrope #D085EE

Tints of Heliotrope #D085EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.97%

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

R = 35.92%
G = 22.97%
B = 41.11%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D085EE (or 0xD085EE) is known color: Heliotrope. HEX triplet: D0, 85 and EE. RGB value is (208,133,238). Sum of RGB (Red+Green+Blue) = 208+133+238=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #D085EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085EE is #2F7A11. Grayscale: #A7A7A7. Windows color (decimal): -3111442 or 15631824. OLE color: 15631824.

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

Color convert

RGB 208 133 238 -
CMYK 0.13 0.44 0 0.07
HSL 282.86º 0.76% 0.73% -
HSV(B) 282.86º 0.44% 0.93% -
XYZ 49.83 36.36 85.28 -
YUV 167.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 208 133 238 0.13 0.44 0 0.07 282.86 0.76 0.73
Hex D0 85 EE D 2C 0 7 11B 4C 49
Octal 320 205 356 15 54 0 7 433 114 111
Binary 11010000 10000101 11101110 1101 101100 0 111 100011011 1001100 1001001

Color Harmonies of #D085EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085EE

Black with #D085EE

Text Example


Text Example

White with #D085EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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