Html Css Color HEX #D95FFF Heliotrope

📋 copy color: '#D95FFF'

red 217 ◦ green 95 ◦ blue 255

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

Shades of Heliotrope #D95FFF

Tints of Heliotrope #D95FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.97%

R = 38.27%
G = 16.75%
B = 44.97%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D95FFF (or 0xD95FFF) is known color: Heliotrope. HEX triplet: D9, 5F and FF. RGB value is (217,95,255). Sum of RGB (Red+Green+Blue) = 217+95+255=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #D95FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95FFF is #26A000. Grayscale: #959595. Windows color (decimal): -2531329 or 16736217. OLE color: 16736217.

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

Color convert

RGB 217 95 255 -
CMYK 0.15 0.63 0 0
HSL 285.75º 1% 0.69% -
HSV(B) 285.75º 0.63% 1% -
XYZ 50.76 30.16 97.75 -
YUV 149.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 217 95 255 0.15 0.63 0 0 285.75 1 0.69
Hex D9 5F FF F 3F 0 0 11E 64 45
Octal 331 137 377 17 77 0 0 436 144 105
Binary 11011001 1011111 11111111 1111 111111 0 0 100011110 1100100 1000101

Color Harmonies of #D95FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95FFF

Black with #D95FFF

Text Example


Text Example

White with #D95FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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