Html Css Color HEX #DC61CA Free Speech Magenta

📋 copy color: '#DC61CA'

red 220 ◦ green 97 ◦ blue 202

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

Shades of Free Speech Magenta #DC61CA

Tints of Free Speech Magenta #DC61CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.69%

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

R = 42.39%
G = 18.69%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC61CA (or 0xDC61CA) is known color: Free Speech Magenta. HEX triplet: DC, 61 and CA. RGB value is (220,97,202). Sum of RGB (Red+Green+Blue) = 220+97+202=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 97 (38.28% from 255 or 18.69% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC61CA is #239E35. Grayscale: #919191. Windows color (decimal): -2334262 or 13263324. OLE color: 13263324.

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

Color convert

RGB 220 97 202 -
CMYK 0 0.56 0.08 0.14
HSL 308.78º 0.64% 0.62% -
HSV(B) 308.78º 0.56% 0.86% -
XYZ 44.45 28.03 58.94 -
YUV 145.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 220 97 202 0 0.56 0.08 0.14 308.78 0.64 0.62
Hex DC 61 CA 0 38 8 E 135 40 3E
Octal 334 141 312 0 70 10 16 465 100 76
Binary 11011100 1100001 11001010 0 111000 1000 1110 100110101 1000000 111110

Color Harmonies of #DC61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61CA

Black with #DC61CA

Text Example


Text Example

White with #DC61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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