Html Css Color HEX #D95BFF Heliotrope

📋 copy color: '#D95BFF'

red 217 ◦ green 91 ◦ blue 255

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

Shades of Heliotrope #D95BFF

Tints of Heliotrope #D95BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.16%

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

R = 38.54%
G = 16.16%
B = 45.29%

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

#D95BFF (or 0xD95BFF) is known color: Heliotrope. HEX triplet: D9, 5B and FF. RGB value is (217,91,255). Sum of RGB (Red+Green+Blue) = 217+91+255=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #D95BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95BFF is #26A400. Grayscale: #929292. Windows color (decimal): -2532353 or 16735193. OLE color: 16735193.

HSL color Cylindrical-coordinate representation of color #D95BFF: hue angle of 286.1º 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 #D95BFF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 91 255 -
CMYK 0.15 0.64 0 0
HSL 286.1º 1% 0.68% -
HSV(B) 286.1º 0.64% 1% -
XYZ 50.41 29.45 97.64 -
YUV 147.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 217 91 255 0.15 0.64 0 0 286.1 1 0.68
Hex D9 5B FF F 40 0 0 11E 64 44
Octal 331 133 377 17 100 0 0 436 144 104
Binary 11011001 1011011 11111111 1111 1000000 0 0 100011110 1100100 1000100

Color Harmonies of #D95BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95BFF

Black with #D95BFF

Text Example


Text Example

White with #D95BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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