Html Css Color HEX #DC58CA Free Speech Magenta

📋 copy color: '#DC58CA'

red 220 ◦ green 88 ◦ blue 202

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

Shades of Free Speech Magenta #DC58CA

Tints of Free Speech Magenta #DC58CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.25%

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

R = 43.14%
G = 17.25%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC58CA (or 0xDC58CA) is known color: Free Speech Magenta. HEX triplet: DC, 58 and CA. RGB value is (220,88,202). Sum of RGB (Red+Green+Blue) = 220+88+202=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC58CA is #23A735. Grayscale: #8C8C8C. Windows color (decimal): -2336566 or 13261020. OLE color: 13261020.

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

Color convert

RGB 220 88 202 -
CMYK 0 0.6 0.08 0.14
HSL 308.18º 0.65% 0.6% -
HSV(B) 308.18º 0.6% 0.86% -
XYZ 43.67 26.46 58.68 -
YUV 140.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 220 88 202 0 0.6 0.08 0.14 308.18 0.65 0.6
Hex DC 58 CA 0 3C 8 E 134 41 3C
Octal 334 130 312 0 74 10 16 464 101 74
Binary 11011100 1011000 11001010 0 111100 1000 1110 100110100 1000001 111100

Color Harmonies of #DC58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC58CA

Black with #DC58CA

Text Example


Text Example

White with #DC58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC58CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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