Html Css Color HEX #DC53CC Free Speech Magenta

📋 copy color: '#DC53CC'

red 220 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #DC53CC

Tints of Free Speech Magenta #DC53CC

RGB

 RED value IS 220 (86.33% from 255) = 43.39%

 GREEN value IS 83 (32.81% from 255) = 16.37%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 43.39%
G = 16.37%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC53CC (or 0xDC53CC) is known color: Free Speech Magenta. HEX triplet: DC, 53 and CC. RGB value is (220,83,204). Sum of RGB (Red+Green+Blue) = 220+83+204=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC53CC is #23AC33. Grayscale: #898989. Windows color (decimal): -2337844 or 13390812. OLE color: 13390812.

HSL color Cylindrical-coordinate representation of color #DC53CC: hue angle of 307.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC53CC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 204 -
CMYK 0 0.62 0.07 0.14
HSL 307.01º 0.66% 0.59% -
HSV(B) 307.01º 0.62% 0.86% -
XYZ 43.51 25.76 59.81 -
YUV 137.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 220 83 204 0 0.62 0.07 0.14 307.01 0.66 0.59
Hex DC 53 CC 0 3E 7 E 133 42 3B
Octal 334 123 314 0 76 7 16 463 102 73
Binary 11011100 1010011 11001100 0 111110 111 1110 100110011 1000010 111011

Color Harmonies of #DC53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC53CC

Black with #DC53CC

Text Example


Text Example

White with #DC53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC53CC; }

 p { color: rgb(220,83,204); }

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

background-color css

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

 a { background-color: rgb(220,83,204); }

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

border-color css

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

 span { border-color: rgb(220,83,204); }

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