Html Css Color HEX #D53DDC Free Speech Magenta

📋 copy color: '#D53DDC'

red 213 ◦ green 61 ◦ blue 220

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

Shades of Free Speech Magenta #D53DDC

Tints of Free Speech Magenta #D53DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.35%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 43.12%
G = 12.35%
B = 44.53%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D53DDC (or 0xD53DDC) is known color: Free Speech Magenta. HEX triplet: D5, 3D and DC. RGB value is (213,61,220). Sum of RGB (Red+Green+Blue) = 213+61+220=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #D53DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53DDC is #2AC223. Grayscale: #7C7C7C. Windows color (decimal): -2802212 or 14433749. OLE color: 14433749.

HSL color Cylindrical-coordinate representation of color #D53DDC: hue angle of 297.36º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53DDC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 61 220 -
CMYK 0.03 0.72 0 0.14
HSL 297.36º 0.69% 0.55% -
HSV(B) 297.36º 0.72% 0.86% -
XYZ 42.03 22.65 69.87 -
YUV 124.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 213 61 220 0.03 0.72 0 0.14 297.36 0.69 0.55
Hex D5 3D DC 3 48 0 E 129 45 37
Octal 325 75 334 3 110 0 16 451 105 67
Binary 11010101 111101 11011100 11 1001000 0 1110 100101001 1000101 110111

Color Harmonies of #D53DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53DDC

Black with #D53DDC

Text Example


Text Example

White with #D53DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53DDC; }

 p { color: rgb(213,61,220); }

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

background-color css

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

 a { background-color: rgb(213,61,220); }

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

border-color css

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

 span { border-color: rgb(213,61,220); }

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