Html Css Color HEX #D95DFC Heliotrope

📋 copy color: '#D95DFC'

red 217 ◦ green 93 ◦ blue 252

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

Shades of Heliotrope #D95DFC

Tints of Heliotrope #D95DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.55%

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

R = 38.61%
G = 16.55%
B = 44.84%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D95DFC (or 0xD95DFC) is known color: Heliotrope. HEX triplet: D9, 5D and FC. RGB value is (217,93,252). Sum of RGB (Red+Green+Blue) = 217+93+252=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #D95DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95DFC is #26A203. Grayscale: #939393. Windows color (decimal): -2531844 or 16539097. OLE color: 16539097.

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

Color convert

RGB 217 93 252 -
CMYK 0.14 0.63 0 0.01
HSL 286.79º 0.96% 0.68% -
HSV(B) 286.79º 0.63% 0.99% -
XYZ 50.1 29.61 95.17 -
YUV 148.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 217 93 252 0.14 0.63 0 0.01 286.79 0.96 0.68
Hex D9 5D FC E 3F 0 1 11F 60 44
Octal 331 135 374 16 77 0 1 437 140 104
Binary 11011001 1011101 11111100 1110 111111 0 1 100011111 1100000 1000100

Color Harmonies of #D95DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DFC

Black with #D95DFC

Text Example


Text Example

White with #D95DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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