Html Css Color HEX #D95BFA Heliotrope

📋 copy color: '#D95BFA'

red 217 ◦ green 91 ◦ blue 250

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

Shades of Heliotrope #D95BFA

Tints of Heliotrope #D95BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 38.89%
G = 16.31%
B = 44.8%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D95BFA (or 0xD95BFA) is known color: Heliotrope. HEX triplet: D9, 5B and FA. RGB value is (217,91,250). Sum of RGB (Red+Green+Blue) = 217+91+250=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 91 (35.94% from 255 or 16.31% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #D95BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95BFA is #26A405. Grayscale: #929292. Windows color (decimal): -2532358 or 16407513. OLE color: 16407513.

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

Color convert

RGB 217 91 250 -
CMYK 0.13 0.64 0 0.02
HSL 287.55º 0.94% 0.67% -
HSV(B) 287.55º 0.64% 0.98% -
XYZ 49.61 29.14 93.45 -
YUV 146.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 217 91 250 0.13 0.64 0 0.02 287.55 0.94 0.67
Hex D9 5B FA D 40 0 2 120 5E 43
Octal 331 133 372 15 100 0 2 440 136 103
Binary 11011001 1011011 11111010 1101 1000000 0 10 100100000 1011110 1000011

Color Harmonies of #D95BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95BFA

Black with #D95BFA

Text Example


Text Example

White with #D95BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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