Html Css Color HEX #D85AEF Heliotrope

📋 copy color: '#D85AEF'

red 216 ◦ green 90 ◦ blue 239

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

Shades of Heliotrope #D85AEF

Tints of Heliotrope #D85AEF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.51%

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

R = 39.63%
G = 16.51%
B = 43.85%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D85AEF (or 0xD85AEF) is known color: Heliotrope. HEX triplet: D8, 5A and EF. RGB value is (216,90,239). Sum of RGB (Red+Green+Blue) = 216+90+239=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #D85AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85AEF is #27A510. Grayscale: #909090. Windows color (decimal): -2598161 or 15686360. OLE color: 15686360.

HSL color Cylindrical-coordinate representation of color #D85AEF: hue angle of 290.74º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85AEF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 90 239 -
CMYK 0.10 0.62 0 0.06
HSL 290.74º 0.82% 0.65% -
HSV(B) 290.74º 0.62% 0.94% -
XYZ 47.56 28.14 84.59 -
YUV 144.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 216 90 239 0.10 0.62 0 0.06 290.74 0.82 0.65
Hex D8 5A EF A 3E 0 6 123 52 41
Octal 330 132 357 12 76 0 6 443 122 101
Binary 11011000 1011010 11101111 1010 111110 0 110 100100011 1010010 1000001

Color Harmonies of #D85AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AEF

Black with #D85AEF

Text Example


Text Example

White with #D85AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AEF; }

 p { color: rgb(216,90,239); }

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

background-color css

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

 a { background-color: rgb(216,90,239); }

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

border-color css

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

 span { border-color: rgb(216,90,239); }

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