Html Css Color HEX #D95AFE Heliotrope

📋 copy color: '#D95AFE'

red 217 ◦ green 90 ◦ blue 254

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

Shades of Heliotrope #D95AFE

Tints of Heliotrope #D95AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 38.68%
G = 16.04%
B = 45.28%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D95AFE (or 0xD95AFE) is known color: Heliotrope. HEX triplet: D9, 5A and FE. RGB value is (217,90,254). Sum of RGB (Red+Green+Blue) = 217+90+254=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #D95AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95AFE is #26A501. Grayscale: #929292. Windows color (decimal): -2532610 or 16669401. OLE color: 16669401.

HSL color Cylindrical-coordinate representation of color #D95AFE: hue angle of 286.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D95AFE is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 90 254 -
CMYK 0.15 0.65 0 0.00
HSL 286.46º 0.99% 0.67% -
HSV(B) 286.46º 0.65% 1% -
XYZ 50.16 29.22 96.76 -
YUV 146.67 188.58 178.16 -
System Red Green Blue C M Y K H S L
Decimal 217 90 254 0.15 0.65 0 0.00 286.46 0.99 0.67
Hex D9 5A FE F 41 0 0 11E 63 43
Octal 331 132 376 17 101 0 0 436 143 103
Binary 11011001 1011010 11111110 1111 1000001 0 0 100011110 1100011 1000011

Color Harmonies of #D95AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95AFE

Black with #D95AFE

Text Example


Text Example

White with #D95AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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