Html Css Color HEX #DC5AB8 Free Speech Magenta

📋 copy color: '#DC5AB8'

red 220 ◦ green 90 ◦ blue 184

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

Shades of Free Speech Magenta #DC5AB8

Tints of Free Speech Magenta #DC5AB8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.22%

 BLUE value IS 184 (72.27% from 255) = 37.25%

R = 44.53%
G = 18.22%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC5AB8 (or 0xDC5AB8) is known color: Free Speech Magenta. HEX triplet: DC, 5A and B8. RGB value is (220,90,184). Sum of RGB (Red+Green+Blue) = 220+90+184=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5AB8 is #23A547. Grayscale: #8B8B8B. Windows color (decimal): -2336072 or 12081884. OLE color: 12081884.

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

Color convert

RGB 220 90 184 -
CMYK 0 0.59 0.16 0.14
HSL 316.62º 0.65% 0.61% -
HSV(B) 316.62º 0.59% 0.86% -
XYZ 41.82 25.99 48.16 -
YUV 139.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 220 90 184 0 0.59 0.16 0.14 316.62 0.65 0.61
Hex DC 5A B8 0 3B 10 E 13D 41 3D
Octal 334 132 270 0 73 20 16 475 101 75
Binary 11011100 1011010 10111000 0 111011 10000 1110 100111101 1000001 111101

Color Harmonies of #DC5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5AB8

Black with #DC5AB8

Text Example


Text Example

White with #DC5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5AB8; }

 p { color: rgb(220,90,184); }

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

background-color css

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

 a { background-color: rgb(220,90,184); }

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

border-color css

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

 span { border-color: rgb(220,90,184); }

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