Html Css Color HEX #D53CDA Free Speech Magenta

📋 copy color: '#D53CDA'

red 213 ◦ green 60 ◦ blue 218

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

Shades of Free Speech Magenta #D53CDA

Tints of Free Speech Magenta #D53CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 43.38%
G = 12.22%
B = 44.4%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D53CDA (or 0xD53CDA) is known color: Free Speech Magenta. HEX triplet: D5, 3C and DA. RGB value is (213,60,218). Sum of RGB (Red+Green+Blue) = 213+60+218=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #D53CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53CDA is #2AC325. Grayscale: #7B7B7B. Windows color (decimal): -2802470 or 14302421. OLE color: 14302421.

HSL color Cylindrical-coordinate representation of color #D53CDA: hue angle of 298.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53CDA is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 60 218 -
CMYK 0.02 0.72 0 0.15
HSL 298.1º 0.68% 0.55% -
HSV(B) 298.1º 0.72% 0.85% -
XYZ 41.71 22.44 68.46 -
YUV 123.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 213 60 218 0.02 0.72 0 0.15 298.1 0.68 0.55
Hex D5 3C DA 2 48 0 F 12A 44 37
Octal 325 74 332 2 110 0 17 452 104 67
Binary 11010101 111100 11011010 10 1001000 0 1111 100101010 1000100 110111

Color Harmonies of #D53CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CDA

Black with #D53CDA

Text Example


Text Example

White with #D53CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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