Html Css Color HEX #D985EF Heliotrope

📋 copy color: '#D985EF'

red 217 ◦ green 133 ◦ blue 239

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

Shades of Heliotrope #D985EF

Tints of Heliotrope #D985EF

RGB

 RED value IS 217 (85.16% from 255) = 36.84%

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

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

R = 36.84%
G = 22.58%
B = 40.58%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D985EF (or 0xD985EF) is known color: Heliotrope. HEX triplet: D9, 85 and EF. RGB value is (217,133,239). Sum of RGB (Red+Green+Blue) = 217+133+239=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #D985EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985EF is #267A10. Grayscale: #A9A9A9. Windows color (decimal): -2521617 or 15697369. OLE color: 15697369.

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

Color convert

RGB 217 133 239 -
CMYK 0.09 0.44 0 0.06
HSL 287.55º 0.77% 0.73% -
HSV(B) 287.55º 0.44% 0.94% -
XYZ 52.58 37.76 86.18 -
YUV 170.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 217 133 239 0.09 0.44 0 0.06 287.55 0.77 0.73
Hex D9 85 EF 9 2C 0 6 120 4D 49
Octal 331 205 357 11 54 0 6 440 115 111
Binary 11011001 10000101 11101111 1001 101100 0 110 100100000 1001101 1001001

Color Harmonies of #D985EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985EF

Black with #D985EF

Text Example


Text Example

White with #D985EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985EF; }

 p { color: rgb(217,133,239); }

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

background-color css

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

 a { background-color: rgb(217,133,239); }

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

border-color css

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

 span { border-color: rgb(217,133,239); }

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