Html Css Color HEX #D95EFB Heliotrope

📋 copy color: '#D95EFB'

red 217 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #D95EFB

Tints of Heliotrope #D95EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.73%

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

R = 38.61%
G = 16.73%
B = 44.66%

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

#D95EFB (or 0xD95EFB) is known color: Heliotrope. HEX triplet: D9, 5E and FB. RGB value is (217,94,251). Sum of RGB (Red+Green+Blue) = 217+94+251=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 94 (37.11% from 255 or 16.73% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #D95EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95EFB is #26A104. Grayscale: #949494. Windows color (decimal): -2531589 or 16473817. OLE color: 16473817.

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

Color convert

RGB 217 94 251 -
CMYK 0.14 0.63 0 0.02
HSL 287.01º 0.95% 0.68% -
HSV(B) 287.01º 0.63% 0.98% -
XYZ 50.03 29.72 94.37 -
YUV 148.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 217 94 251 0.14 0.63 0 0.02 287.01 0.95 0.68
Hex D9 5E FB E 3F 0 2 11F 5F 44
Octal 331 136 373 16 77 0 2 437 137 104
Binary 11011001 1011110 11111011 1110 111111 0 10 100011111 1011111 1000100

Color Harmonies of #D95EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95EFB

Black with #D95EFB

Text Example


Text Example

White with #D95EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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