Html Css Color HEX #D53CDF Free Speech Magenta

📋 copy color: '#D53CDF'

red 213 ◦ green 60 ◦ blue 223

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

Shades of Free Speech Magenta #D53CDF

Tints of Free Speech Magenta #D53CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 42.94%
G = 12.1%
B = 44.96%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D53CDF (or 0xD53CDF) is known color: Free Speech Magenta. HEX triplet: D5, 3C and DF. RGB value is (213,60,223). Sum of RGB (Red+Green+Blue) = 213+60+223=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #D53CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CDF is #2AC320. Grayscale: #7B7B7B. Windows color (decimal): -2802465 or 14630101. OLE color: 14630101.

HSL color Cylindrical-coordinate representation of color #D53CDF: hue angle of 296.32º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53CDF is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 60 223 -
CMYK 0.04 0.73 0 0.13
HSL 296.32º 0.72% 0.55% -
HSV(B) 296.32º 0.73% 0.87% -
XYZ 42.38 22.71 71.96 -
YUV 124.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 213 60 223 0.04 0.73 0 0.13 296.32 0.72 0.55
Hex D5 3C DF 4 49 0 D 128 48 37
Octal 325 74 337 4 111 0 15 450 110 67
Binary 11010101 111100 11011111 100 1001001 0 1101 100101000 1001000 110111

Color Harmonies of #D53CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CDF

Black with #D53CDF

Text Example


Text Example

White with #D53CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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