Html Css Color HEX #DC49CA Free Speech Magenta

📋 copy color: '#DC49CA'

red 220 ◦ green 73 ◦ blue 202

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

Shades of Free Speech Magenta #DC49CA

Tints of Free Speech Magenta #DC49CA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.75%

 BLUE value IS 202 (79.3% from 255) = 40.81%

R = 44.44%
G = 14.75%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC49CA (or 0xDC49CA) is known color: Free Speech Magenta. HEX triplet: DC, 49 and CA. RGB value is (220,73,202). Sum of RGB (Red+Green+Blue) = 220+73+202=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC49CA is #23B635. Grayscale: #838383. Windows color (decimal): -2340406 or 13257180. OLE color: 13257180.

HSL color Cylindrical-coordinate representation of color #DC49CA: hue angle of 307.35º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC49CA is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 73 202 -
CMYK 0 0.67 0.08 0.14
HSL 307.35º 0.68% 0.57% -
HSV(B) 307.35º 0.67% 0.86% -
XYZ 42.56 24.25 58.31 -
YUV 131.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 220 73 202 0 0.67 0.08 0.14 307.35 0.68 0.57
Hex DC 49 CA 0 43 8 E 133 44 39
Octal 334 111 312 0 103 10 16 463 104 71
Binary 11011100 1001001 11001010 0 1000011 1000 1110 100110011 1000100 111001

Color Harmonies of #DC49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49CA

Black with #DC49CA

Text Example


Text Example

White with #DC49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49CA; }

 p { color: rgb(220,73,202); }

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

background-color css

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

 a { background-color: rgb(220,73,202); }

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

border-color css

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

 span { border-color: rgb(220,73,202); }

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