Html Css Color HEX #D955C8 Free Speech Magenta

📋 copy color: '#D955C8'

red 217 ◦ green 85 ◦ blue 200

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

Shades of Free Speech Magenta #D955C8

Tints of Free Speech Magenta #D955C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 43.23%
G = 16.93%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D955C8 (or 0xD955C8) is known color: Free Speech Magenta. HEX triplet: D9, 55 and C8. RGB value is (217,85,200). Sum of RGB (Red+Green+Blue) = 217+85+200=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D955C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955C8 is #26AA37. Grayscale: #898989. Windows color (decimal): -2533944 or 13129177. OLE color: 13129177.

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

Color convert

RGB 217 85 200 -
CMYK 0 0.61 0.08 0.15
HSL 307.73º 0.63% 0.59% -
HSV(B) 307.73º 0.61% 0.85% -
XYZ 42.29 25.42 57.32 -
YUV 137.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 217 85 200 0 0.61 0.08 0.15 307.73 0.63 0.59
Hex D9 55 C8 0 3D 8 F 134 3F 3B
Octal 331 125 310 0 75 10 17 464 77 73
Binary 11011001 1010101 11001000 0 111101 1000 1111 100110100 111111 111011

Color Harmonies of #D955C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D955C8

Black with #D955C8

Text Example


Text Example

White with #D955C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D955C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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