Html Css Color HEX #D95FFC Heliotrope

📋 copy color: '#D95FFC'

red 217 ◦ green 95 ◦ blue 252

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

Shades of Heliotrope #D95FFC

Tints of Heliotrope #D95FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.84%

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

R = 38.48%
G = 16.84%
B = 44.68%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D95FFC (or 0xD95FFC) is known color: Heliotrope. HEX triplet: D9, 5F and FC. RGB value is (217,95,252). Sum of RGB (Red+Green+Blue) = 217+95+252=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 95 (37.5% from 255 or 16.84% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #D95FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95FFC is #26A003. Grayscale: #949494. Windows color (decimal): -2531332 or 16539609. OLE color: 16539609.

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

Color convert

RGB 217 95 252 -
CMYK 0.14 0.62 0 0.01
HSL 286.62º 0.96% 0.68% -
HSV(B) 286.62º 0.62% 0.99% -
XYZ 50.28 29.96 95.23 -
YUV 149.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 217 95 252 0.14 0.62 0 0.01 286.62 0.96 0.68
Hex D9 5F FC E 3E 0 1 11F 60 44
Octal 331 137 374 16 76 0 1 437 140 104
Binary 11011001 1011111 11111100 1110 111110 0 1 100011111 1100000 1000100

Color Harmonies of #D95FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95FFC

Black with #D95FFC

Text Example


Text Example

White with #D95FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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