Html Css Color HEX #DC52CC Free Speech Magenta

📋 copy color: '#DC52CC'

red 220 ◦ green 82 ◦ blue 204

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

Shades of Free Speech Magenta #DC52CC

Tints of Free Speech Magenta #DC52CC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.21%

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

R = 43.48%
G = 16.21%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC52CC (or 0xDC52CC) is known color: Free Speech Magenta. HEX triplet: DC, 52 and CC. RGB value is (220,82,204). Sum of RGB (Red+Green+Blue) = 220+82+204=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC52CC is #23AD33. Grayscale: #888888. Windows color (decimal): -2338100 or 13390556. OLE color: 13390556.

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

Color convert

RGB 220 82 204 -
CMYK 0 0.63 0.07 0.14
HSL 306.96º 0.66% 0.59% -
HSV(B) 306.96º 0.63% 0.86% -
XYZ 43.43 25.61 59.78 -
YUV 137.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 220 82 204 0 0.63 0.07 0.14 306.96 0.66 0.59
Hex DC 52 CC 0 3F 7 E 133 42 3B
Octal 334 122 314 0 77 7 16 463 102 73
Binary 11011100 1010010 11001100 0 111111 111 1110 100110011 1000010 111011

Color Harmonies of #DC52CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52CC

Black with #DC52CC

Text Example


Text Example

White with #DC52CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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