Html Css Color HEX #DC60C4 Free Speech Magenta

📋 copy color: '#DC60C4'

red 220 ◦ green 96 ◦ blue 196

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

Shades of Free Speech Magenta #DC60C4

Tints of Free Speech Magenta #DC60C4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.75%

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 42.97%
G = 18.75%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC60C4 (or 0xDC60C4) is known color: Free Speech Magenta. HEX triplet: DC, 60 and C4. RGB value is (220,96,196). Sum of RGB (Red+Green+Blue) = 220+96+196=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC60C4 is #239F3B. Grayscale: #909090. Windows color (decimal): -2334524 or 12869852. OLE color: 12869852.

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

Color convert

RGB 220 96 196 -
CMYK 0 0.56 0.11 0.14
HSL 311.61º 0.64% 0.62% -
HSV(B) 311.61º 0.56% 0.86% -
XYZ 43.66 27.57 55.24 -
YUV 144.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 220 96 196 0 0.56 0.11 0.14 311.61 0.64 0.62
Hex DC 60 C4 0 38 B E 138 40 3E
Octal 334 140 304 0 70 13 16 470 100 76
Binary 11011100 1100000 11000100 0 111000 1011 1110 100111000 1000000 111110

Color Harmonies of #DC60C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60C4

Black with #DC60C4

Text Example


Text Example

White with #DC60C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC60C4; }

 p { color: rgb(220,96,196); }

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

background-color css

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

 a { background-color: rgb(220,96,196); }

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

border-color css

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

 span { border-color: rgb(220,96,196); }

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