Html Css Color HEX #D95AFB Heliotrope

📋 copy color: '#D95AFB'

red 217 ◦ green 90 ◦ blue 251

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

Shades of Heliotrope #D95AFB

Tints of Heliotrope #D95AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.13%

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

R = 38.89%
G = 16.13%
B = 44.98%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D95AFB (or 0xD95AFB) is known color: Heliotrope. HEX triplet: D9, 5A and FB. RGB value is (217,90,251). Sum of RGB (Red+Green+Blue) = 217+90+251=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 90 (35.55% from 255 or 16.13% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #D95AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95AFB is #26A504. Grayscale: #919191. Windows color (decimal): -2532613 or 16472793. OLE color: 16472793.

HSL color Cylindrical-coordinate representation of color #D95AFB: hue angle of 287.33º degrees, saturation: 0.95, 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 #D95AFB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 90 251 -
CMYK 0.14 0.64 0 0.02
HSL 287.33º 0.95% 0.67% -
HSV(B) 287.33º 0.64% 0.98% -
XYZ 49.68 29.03 94.25 -
YUV 146.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 217 90 251 0.14 0.64 0 0.02 287.33 0.95 0.67
Hex D9 5A FB E 40 0 2 11F 5F 43
Octal 331 132 373 16 100 0 2 437 137 103
Binary 11011001 1011010 11111011 1110 1000000 0 10 100011111 1011111 1000011

Color Harmonies of #D95AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AFB

Black with #D95AFB

Text Example


Text Example

White with #D95AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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