Html Css Color HEX #D53CD3 Free Speech Magenta

📋 copy color: '#D53CD3'

red 213 ◦ green 60 ◦ blue 211

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

Shades of Free Speech Magenta #D53CD3

Tints of Free Speech Magenta #D53CD3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.4%

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 44.01%
G = 12.4%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D53CD3 (or 0xD53CD3) is known color: Free Speech Magenta. HEX triplet: D5, 3C and D3. RGB value is (213,60,211). Sum of RGB (Red+Green+Blue) = 213+60+211=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D53CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CD3 is #2AC32C. Grayscale: #7A7A7A. Windows color (decimal): -2802477 or 13843669. OLE color: 13843669.

HSL color Cylindrical-coordinate representation of color #D53CD3: hue angle of 300.78º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53CD3 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 60 211 -
CMYK 0 0.72 0.01 0.16
HSL 300.78º 0.65% 0.54% -
HSV(B) 300.78º 0.72% 0.84% -
XYZ 40.81 22.08 63.74 -
YUV 122.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 213 60 211 0 0.72 0.01 0.16 300.78 0.65 0.54
Hex D5 3C D3 0 48 1 10 12D 41 36
Octal 325 74 323 0 110 1 20 455 101 66
Binary 11010101 111100 11010011 0 1001000 1 10000 100101101 1000001 110110

Color Harmonies of #D53CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CD3

Black with #D53CD3

Text Example


Text Example

White with #D53CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CD3; }

 p { color: rgb(213,60,211); }

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

background-color css

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

 a { background-color: rgb(213,60,211); }

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

border-color css

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

 span { border-color: rgb(213,60,211); }

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