Html Css Color HEX #D95BEF Heliotrope

📋 copy color: '#D95BEF'

red 217 ◦ green 91 ◦ blue 239

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

Shades of Heliotrope #D95BEF

Tints of Heliotrope #D95BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 39.67%
G = 16.64%
B = 43.69%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D95BEF (or 0xD95BEF) is known color: Heliotrope. HEX triplet: D9, 5B and EF. RGB value is (217,91,239). Sum of RGB (Red+Green+Blue) = 217+91+239=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #D95BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95BEF is #26A410. Grayscale: #919191. Windows color (decimal): -2532369 or 15686617. OLE color: 15686617.

HSL color Cylindrical-coordinate representation of color #D95BEF: hue angle of 291.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D95BEF is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 91 239 -
CMYK 0.09 0.62 0 0.06
HSL 291.08º 0.82% 0.65% -
HSV(B) 291.08º 0.62% 0.94% -
XYZ 47.94 28.47 84.63 -
YUV 145.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 217 91 239 0.09 0.62 0 0.06 291.08 0.82 0.65
Hex D9 5B EF 9 3E 0 6 123 52 41
Octal 331 133 357 11 76 0 6 443 122 101
Binary 11011001 1011011 11101111 1001 111110 0 110 100100011 1010010 1000001

Color Harmonies of #D95BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95BEF

Black with #D95BEF

Text Example


Text Example

White with #D95BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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