Html Css Color HEX #D985FC Heliotrope

📋 copy color: '#D985FC'

red 217 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #D985FC

Tints of Heliotrope #D985FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 36.05%
G = 22.09%
B = 41.86%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D985FC (or 0xD985FC) is known color: Heliotrope. HEX triplet: D9, 85 and FC. RGB value is (217,133,252). Sum of RGB (Red+Green+Blue) = 217+133+252=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #D985FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985FC is #267A03. Grayscale: #ABABAB. Windows color (decimal): -2521604 or 16549337. OLE color: 16549337.

HSL color Cylindrical-coordinate representation of color #D985FC: hue angle of 282.35º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D985FC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 133 252 -
CMYK 0.14 0.47 0 0.01
HSL 282.35º 0.95% 0.75% -
HSV(B) 282.35º 0.47% 0.99% -
XYZ 54.57 38.56 96.66 -
YUV 171.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 217 133 252 0.14 0.47 0 0.01 282.35 0.95 0.75
Hex D9 85 FC E 2F 0 1 11A 5F 4B
Octal 331 205 374 16 57 0 1 432 137 113
Binary 11011001 10000101 11111100 1110 101111 0 1 100011010 1011111 1001011

Color Harmonies of #D985FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985FC

Black with #D985FC

Text Example


Text Example

White with #D985FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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