Html Css Color HEX #D95AFC Heliotrope

📋 copy color: '#D95AFC'

red 217 ◦ green 90 ◦ blue 252

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

Shades of Heliotrope #D95AFC

Tints of Heliotrope #D95AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 38.82%
G = 16.1%
B = 45.08%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D95AFC (or 0xD95AFC) is known color: Heliotrope. HEX triplet: D9, 5A and FC. RGB value is (217,90,252). Sum of RGB (Red+Green+Blue) = 217+90+252=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #D95AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95AFC is #26A503. Grayscale: #919191. Windows color (decimal): -2532612 or 16538329. OLE color: 16538329.

HSL color Cylindrical-coordinate representation of color #D95AFC: hue angle of 287.04º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D95AFC is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 90 252 -
CMYK 0.14 0.64 0 0.01
HSL 287.04º 0.96% 0.67% -
HSV(B) 287.04º 0.64% 0.99% -
XYZ 49.84 29.09 95.08 -
YUV 146.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 217 90 252 0.14 0.64 0 0.01 287.04 0.96 0.67
Hex D9 5A FC E 40 0 1 11F 60 43
Octal 331 132 374 16 100 0 1 437 140 103
Binary 11011001 1011010 11111100 1110 1000000 0 1 100011111 1100000 1000011

Color Harmonies of #D95AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AFC

Black with #D95AFC

Text Example


Text Example

White with #D95AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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