Html Css Color HEX #DC4CC6 Free Speech Magenta

📋 copy color: '#DC4CC6'

red 220 ◦ green 76 ◦ blue 198

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

Shades of Free Speech Magenta #DC4CC6

Tints of Free Speech Magenta #DC4CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.08%

R = 44.53%
G = 15.38%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC4CC6 (or 0xDC4CC6) is known color: Free Speech Magenta. HEX triplet: DC, 4C and C6. RGB value is (220,76,198). Sum of RGB (Red+Green+Blue) = 220+76+198=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC4CC6 is #23B339. Grayscale: #848484. Windows color (decimal): -2339642 or 12995804. OLE color: 12995804.

HSL color Cylindrical-coordinate representation of color #DC4CC6: hue angle of 309.17º 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 #DC4CC6 is Cyan = 0, Magento = 0.65, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 76 198 -
CMYK 0 0.65 0.1 0.14
HSL 309.17º 0.67% 0.58% -
HSV(B) 309.17º 0.65% 0.86% -
XYZ 42.29 24.46 55.92 -
YUV 132.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 220 76 198 0 0.65 0.1 0.14 309.17 0.67 0.58
Hex DC 4C C6 0 41 A E 135 43 3A
Octal 334 114 306 0 101 12 16 465 103 72
Binary 11011100 1001100 11000110 0 1000001 1010 1110 100110101 1000011 111010

Color Harmonies of #DC4CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4CC6

Black with #DC4CC6

Text Example


Text Example

White with #DC4CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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