Html Css Color HEX #D954CC Free Speech Magenta

📋 copy color: '#D954CC'

red 217 ◦ green 84 ◦ blue 204

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

Shades of Free Speech Magenta #D954CC

Tints of Free Speech Magenta #D954CC

RGB

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

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

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

R = 42.97%
G = 16.63%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D954CC (or 0xD954CC) is known color: Free Speech Magenta. HEX triplet: D9, 54 and CC. RGB value is (217,84,204). Sum of RGB (Red+Green+Blue) = 217+84+204=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 84 (33.20% from 255 or 16.63% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D954CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954CC is #26AB33. Grayscale: #898989. Windows color (decimal): -2534196 or 13391065. OLE color: 13391065.

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

Color convert

RGB 217 84 204 -
CMYK 0 0.61 0.06 0.15
HSL 305.86º 0.64% 0.59% -
HSV(B) 305.86º 0.61% 0.85% -
XYZ 42.68 25.45 59.79 -
YUV 137.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 217 84 204 0 0.61 0.06 0.15 305.86 0.64 0.59
Hex D9 54 CC 0 3D 6 F 132 40 3B
Octal 331 124 314 0 75 6 17 462 100 73
Binary 11011001 1010100 11001100 0 111101 110 1111 100110010 1000000 111011

Color Harmonies of #D954CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954CC

Black with #D954CC

Text Example


Text Example

White with #D954CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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