Html Css Color HEX #D955C2 Free Speech Magenta

📋 copy color: '#D955C2'

red 217 ◦ green 85 ◦ blue 194

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

Shades of Free Speech Magenta #D955C2

Tints of Free Speech Magenta #D955C2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.14%

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 43.75%
G = 17.14%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D955C2 (or 0xD955C2) is known color: Free Speech Magenta. HEX triplet: D9, 55 and C2. RGB value is (217,85,194). Sum of RGB (Red+Green+Blue) = 217+85+194=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D955C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955C2 is #26AA3D. Grayscale: #888888. Windows color (decimal): -2533950 or 12735961. OLE color: 12735961.

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

Color convert

RGB 217 85 194 -
CMYK 0 0.61 0.11 0.15
HSL 310.45º 0.63% 0.59% -
HSV(B) 310.45º 0.61% 0.85% -
XYZ 41.6 25.14 53.7 -
YUV 136.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 217 85 194 0 0.61 0.11 0.15 310.45 0.63 0.59
Hex D9 55 C2 0 3D B F 136 3F 3B
Octal 331 125 302 0 75 13 17 466 77 73
Binary 11011001 1010101 11000010 0 111101 1011 1111 100110110 111111 111011

Color Harmonies of #D955C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955C2

Black with #D955C2

Text Example


Text Example

White with #D955C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955C2; }

 p { color: rgb(217,85,194); }

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

background-color css

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

 a { background-color: rgb(217,85,194); }

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

border-color css

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

 span { border-color: rgb(217,85,194); }

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