Html Css Color HEX #DC4CCC Free Speech Magenta

📋 copy color: '#DC4CCC'

red 220 ◦ green 76 ◦ blue 204

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

Shades of Free Speech Magenta #DC4CCC

Tints of Free Speech Magenta #DC4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.2%

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

R = 44%
G = 15.2%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC4CCC (or 0xDC4CCC) is known color: Free Speech Magenta. HEX triplet: DC, 4C and CC. RGB value is (220,76,204). Sum of RGB (Red+Green+Blue) = 220+76+204=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CCC is #23B333. Grayscale: #858585. Windows color (decimal): -2339636 or 13389020. OLE color: 13389020.

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

Color convert

RGB 220 76 204 -
CMYK 0 0.65 0.07 0.14
HSL 306.67º 0.67% 0.58% -
HSV(B) 306.67º 0.65% 0.86% -
XYZ 43 24.74 59.64 -
YUV 133.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 220 76 204 0 0.65 0.07 0.14 306.67 0.67 0.58
Hex DC 4C CC 0 41 7 E 133 43 3A
Octal 334 114 314 0 101 7 16 463 103 72
Binary 11011100 1001100 11001100 0 1000001 111 1110 100110011 1000011 111010

Color Harmonies of #DC4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4CCC

Black with #DC4CCC

Text Example


Text Example

White with #DC4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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