Html Css Color HEX #D954C9 Free Speech Magenta

📋 copy color: '#D954C9'

red 217 ◦ green 84 ◦ blue 201

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

Shades of Free Speech Magenta #D954C9

Tints of Free Speech Magenta #D954C9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.73%

 BLUE value IS 201 (78.91% from 255) = 40.04%

R = 43.23%
G = 16.73%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D954C9 (or 0xD954C9) is known color: Free Speech Magenta. HEX triplet: D9, 54 and C9. RGB value is (217,84,201). Sum of RGB (Red+Green+Blue) = 217+84+201=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D954C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954C9 is #26AB36. Grayscale: #888888. Windows color (decimal): -2534199 or 13194457. OLE color: 13194457.

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

Color convert

RGB 217 84 201 -
CMYK 0 0.61 0.07 0.15
HSL 307.22º 0.64% 0.59% -
HSV(B) 307.22º 0.61% 0.85% -
XYZ 42.33 25.31 57.91 -
YUV 137.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 217 84 201 0 0.61 0.07 0.15 307.22 0.64 0.59
Hex D9 54 C9 0 3D 7 F 133 40 3B
Octal 331 124 311 0 75 7 17 463 100 73
Binary 11011001 1010100 11001001 0 111101 111 1111 100110011 1000000 111011

Color Harmonies of #D954C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954C9

Black with #D954C9

Text Example


Text Example

White with #D954C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954C9; }

 p { color: rgb(217,84,201); }

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

background-color css

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

 a { background-color: rgb(217,84,201); }

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

border-color css

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

 span { border-color: rgb(217,84,201); }

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