Html Css Color HEX #D85DEE Heliotrope

📋 copy color: '#D85DEE'

red 216 ◦ green 93 ◦ blue 238

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

Shades of Heliotrope #D85DEE

Tints of Heliotrope #D85DEE

RGB

 RED value IS 216 (84.77% from 255) = 39.49%

 GREEN value IS 93 (36.72% from 255) = 17%

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

R = 39.49%
G = 17%
B = 43.51%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D85DEE (or 0xD85DEE) is known color: Heliotrope. HEX triplet: D8, 5D and EE. RGB value is (216,93,238). Sum of RGB (Red+Green+Blue) = 216+93+238=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #D85DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85DEE is #27A211. Grayscale: #919191. Windows color (decimal): -2597394 or 15621592. OLE color: 15621592.

HSL color Cylindrical-coordinate representation of color #D85DEE: hue angle of 290.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85DEE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 93 238 -
CMYK 0.09 0.61 0 0.07
HSL 290.9º 0.81% 0.65% -
HSV(B) 290.9º 0.61% 0.93% -
XYZ 47.67 28.6 83.9 -
YUV 146.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 216 93 238 0.09 0.61 0 0.07 290.9 0.81 0.65
Hex D8 5D EE 9 3D 0 7 123 51 41
Octal 330 135 356 11 75 0 7 443 121 101
Binary 11011000 1011101 11101110 1001 111101 0 111 100100011 1010001 1000001

Color Harmonies of #D85DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DEE

Black with #D85DEE

Text Example


Text Example

White with #D85DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DEE; }

 p { color: rgb(216,93,238); }

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

background-color css

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

 a { background-color: rgb(216,93,238); }

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

border-color css

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

 span { border-color: rgb(216,93,238); }

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