Html Css Color HEX #D95ACC Free Speech Magenta

📋 copy color: '#D95ACC'

red 217 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #D95ACC

Tints of Free Speech Magenta #D95ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.92%

R = 42.47%
G = 17.61%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D95ACC (or 0xD95ACC) is known color: Free Speech Magenta. HEX triplet: D9, 5A and CC. RGB value is (217,90,204). Sum of RGB (Red+Green+Blue) = 217+90+204=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D95ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95ACC is #26A533. Grayscale: #8C8C8C. Windows color (decimal): -2532660 or 13392601. OLE color: 13392601.

HSL color Cylindrical-coordinate representation of color #D95ACC: hue angle of 306.14º 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 #D95ACC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 90 204 -
CMYK 0 0.59 0.06 0.15
HSL 306.14º 0.63% 0.6% -
HSV(B) 306.14º 0.59% 0.85% -
XYZ 43.17 26.42 59.95 -
YUV 140.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 217 90 204 0 0.59 0.06 0.15 306.14 0.63 0.6
Hex D9 5A CC 0 3B 6 F 132 3F 3C
Octal 331 132 314 0 73 6 17 462 77 74
Binary 11011001 1011010 11001100 0 111011 110 1111 100110010 111111 111100

Color Harmonies of #D95ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95ACC

Black with #D95ACC

Text Example


Text Example

White with #D95ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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