Html Css Color HEX #D95DFB Heliotrope

📋 copy color: '#D95DFB'

red 217 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #D95DFB

Tints of Heliotrope #D95DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 38.68%
G = 16.58%
B = 44.74%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D95DFB (or 0xD95DFB) is known color: Heliotrope. HEX triplet: D9, 5D and FB. RGB value is (217,93,251). Sum of RGB (Red+Green+Blue) = 217+93+251=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 93 (36.72% from 255 or 16.58% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #D95DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95DFB is #26A204. Grayscale: #939393. Windows color (decimal): -2531845 or 16473561. OLE color: 16473561.

HSL color Cylindrical-coordinate representation of color #D95DFB: hue angle of 287.09º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D95DFB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 93 251 -
CMYK 0.14 0.63 0 0.02
HSL 287.09º 0.95% 0.67% -
HSV(B) 287.09º 0.63% 0.98% -
XYZ 49.94 29.55 94.34 -
YUV 148.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 217 93 251 0.14 0.63 0 0.02 287.09 0.95 0.67
Hex D9 5D FB E 3F 0 2 11F 5F 43
Octal 331 135 373 16 77 0 2 437 137 103
Binary 11011001 1011101 11111011 1110 111111 0 10 100011111 1011111 1000011

Color Harmonies of #D95DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95DFB

Black with #D95DFB

Text Example


Text Example

White with #D95DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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