Html Css Color HEX #D95DFF Heliotrope

📋 copy color: '#D95DFF'

red 217 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #D95DFF

Tints of Heliotrope #D95DFF

RGB

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

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

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

R = 38.41%
G = 16.46%
B = 45.13%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D95DFF (or 0xD95DFF) is known color: Heliotrope. HEX triplet: D9, 5D and FF. RGB value is (217,93,255). Sum of RGB (Red+Green+Blue) = 217+93+255=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #D95DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95DFF is #26A200. Grayscale: #949494. Windows color (decimal): -2531841 or 16735705. OLE color: 16735705.

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

Color convert

RGB 217 93 255 -
CMYK 0.15 0.64 0 0
HSL 285.93º 1% 0.68% -
HSV(B) 285.93º 0.64% 1% -
XYZ 50.58 29.8 97.69 -
YUV 148.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 217 93 255 0.15 0.64 0 0 285.93 1 0.68
Hex D9 5D FF F 40 0 0 11E 64 44
Octal 331 135 377 17 100 0 0 436 144 104
Binary 11011001 1011101 11111111 1111 1000000 0 0 100011110 1100100 1000100

Color Harmonies of #D95DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DFF

Black with #D95DFF

Text Example


Text Example

White with #D95DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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