Html Css Color HEX #D985F9 Heliotrope

📋 copy color: '#D985F9'

red 217 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #D985F9

Tints of Heliotrope #D985F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.57%

R = 36.23%
G = 22.2%
B = 41.57%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D985F9 (or 0xD985F9) is known color: Heliotrope. HEX triplet: D9, 85 and F9. RGB value is (217,133,249). Sum of RGB (Red+Green+Blue) = 217+133+249=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #D985F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985F9 is #267A06. Grayscale: #AAAAAA. Windows color (decimal): -2521607 or 16352729. OLE color: 16352729.

HSL color Cylindrical-coordinate representation of color #D985F9: hue angle of 283.45º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D985F9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 133 249 -
CMYK 0.13 0.47 0 0.02
HSL 283.45º 0.91% 0.75% -
HSV(B) 283.45º 0.47% 0.98% -
XYZ 54.1 38.37 94.18 -
YUV 171.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 217 133 249 0.13 0.47 0 0.02 283.45 0.91 0.75
Hex D9 85 F9 D 2F 0 2 11B 5B 4B
Octal 331 205 371 15 57 0 2 433 133 113
Binary 11011001 10000101 11111001 1101 101111 0 10 100011011 1011011 1001011

Color Harmonies of #D985F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985F9

Black with #D985F9

Text Example


Text Example

White with #D985F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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