Html Css Color HEX #D985FE Heliotrope

📋 copy color: '#D985FE'

red 217 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #D985FE

Tints of Heliotrope #D985FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 35.93%
G = 22.02%
B = 42.05%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D985FE (or 0xD985FE) is known color: Heliotrope. HEX triplet: D9, 85 and FE. RGB value is (217,133,254). Sum of RGB (Red+Green+Blue) = 217+133+254=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #D985FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985FE is #267A01. Grayscale: #ABABAB. Windows color (decimal): -2521602 or 16680409. OLE color: 16680409.

HSL color Cylindrical-coordinate representation of color #D985FE: hue angle of 281.65º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D985FE is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 133 254 -
CMYK 0.15 0.48 0 0.00
HSL 281.65º 0.98% 0.76% -
HSV(B) 281.65º 0.48% 1% -
XYZ 54.89 38.68 98.34 -
YUV 171.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 217 133 254 0.15 0.48 0 0.00 281.65 0.98 0.76
Hex D9 85 FE F 30 0 0 11A 62 4C
Octal 331 205 376 17 60 0 0 432 142 114
Binary 11011001 10000101 11111110 1111 110000 0 0 100011010 1100010 1001100

Color Harmonies of #D985FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D985FE

Black with #D985FE

Text Example


Text Example

White with #D985FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D985FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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