Html Css Color HEX #D95ACE Free Speech Magenta

📋 copy color: '#D95ACE'

red 217 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Magenta #D95ACE

Tints of Free Speech Magenta #D95ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 42.3%
G = 17.54%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D95ACE (or 0xD95ACE) is known color: Free Speech Magenta. HEX triplet: D9, 5A and CE. RGB value is (217,90,206). Sum of RGB (Red+Green+Blue) = 217+90+206=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ACE is #26A531. Grayscale: #8C8C8C. Windows color (decimal): -2532658 or 13523673. OLE color: 13523673.

HSL color Cylindrical-coordinate representation of color #D95ACE: hue angle of 305.2º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95ACE is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 90 206 -
CMYK 0 0.59 0.05 0.15
HSL 305.2º 0.63% 0.6% -
HSV(B) 305.2º 0.59% 0.85% -
XYZ 43.41 26.52 61.22 -
YUV 141.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 217 90 206 0 0.59 0.05 0.15 305.2 0.63 0.6
Hex D9 5A CE 0 3B 5 F 131 3F 3C
Octal 331 132 316 0 73 5 17 461 77 74
Binary 11011001 1011010 11001110 0 111011 101 1111 100110001 111111 111100

Color Harmonies of #D95ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ACE

Black with #D95ACE

Text Example


Text Example

White with #D95ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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