Html Css Color HEX #D55DC9 Free Speech Magenta

📋 copy color: '#D55DC9'

red 213 ◦ green 93 ◦ blue 201

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

Shades of Free Speech Magenta #D55DC9

Tints of Free Speech Magenta #D55DC9

RGB

 RED value IS 213 (83.59% from 255) = 42.01%

 GREEN value IS 93 (36.72% from 255) = 18.34%

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

R = 42.01%
G = 18.34%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D55DC9 (or 0xD55DC9) is known color: Free Speech Magenta. HEX triplet: D5, 5D and C9. RGB value is (213,93,201). Sum of RGB (Red+Green+Blue) = 213+93+201=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DC9 is #2AA236. Grayscale: #8C8C8C. Windows color (decimal): -2794039 or 13196757. OLE color: 13196757.

HSL color Cylindrical-coordinate representation of color #D55DC9: hue angle of 306º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DC9 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 93 201 -
CMYK 0 0.56 0.06 0.16
HSL 306º 0.59% 0.6% -
HSV(B) 306º 0.56% 0.84% -
XYZ 41.9 26.19 58.11 -
YUV 141.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 213 93 201 0 0.56 0.06 0.16 306 0.59 0.6
Hex D5 5D C9 0 38 6 10 132 3B 3C
Octal 325 135 311 0 70 6 20 462 73 74
Binary 11010101 1011101 11001001 0 111000 110 10000 100110010 111011 111100

Color Harmonies of #D55DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55DC9

Black with #D55DC9

Text Example


Text Example

White with #D55DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55DC9; }

 p { color: rgb(213,93,201); }

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

background-color css

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

 a { background-color: rgb(213,93,201); }

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

border-color css

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

 span { border-color: rgb(213,93,201); }

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