Html Css Color HEX #DC44CC Free Speech Magenta

📋 copy color: '#DC44CC'

red 220 ◦ green 68 ◦ blue 204

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

Shades of Free Speech Magenta #DC44CC

Tints of Free Speech Magenta #DC44CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.82%

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

R = 44.72%
G = 13.82%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC44CC (or 0xDC44CC) is known color: Free Speech Magenta. HEX triplet: DC, 44 and CC. RGB value is (220,68,204). Sum of RGB (Red+Green+Blue) = 220+68+204=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC44CC is #23BB33. Grayscale: #808080. Windows color (decimal): -2341684 or 13386972. OLE color: 13386972.

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

Color convert

RGB 220 68 204 -
CMYK 0 0.69 0.07 0.14
HSL 306.32º 0.68% 0.56% -
HSV(B) 306.32º 0.69% 0.86% -
XYZ 42.48 23.71 59.46 -
YUV 128.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 220 68 204 0 0.69 0.07 0.14 306.32 0.68 0.56
Hex DC 44 CC 0 45 7 E 132 44 38
Octal 334 104 314 0 105 7 16 462 104 70
Binary 11011100 1000100 11001100 0 1000101 111 1110 100110010 1000100 111000

Color Harmonies of #DC44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC44CC

Black with #DC44CC

Text Example


Text Example

White with #DC44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC44CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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