Html Css Color HEX #DC5DBB Free Speech Magenta

📋 copy color: '#DC5DBB'

red 220 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Magenta #DC5DBB

Tints of Free Speech Magenta #DC5DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.6%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 44%
G = 18.6%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC5DBB (or 0xDC5DBB) is known color: Free Speech Magenta. HEX triplet: DC, 5D and BB. RGB value is (220,93,187). Sum of RGB (Red+Green+Blue) = 220+93+187=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC5DBB is #23A244. Grayscale: #8D8D8D. Windows color (decimal): -2335301 or 12279260. OLE color: 12279260.

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

Color convert

RGB 220 93 187 -
CMYK 0 0.58 0.15 0.14
HSL 315.59º 0.64% 0.61% -
HSV(B) 315.59º 0.58% 0.86% -
XYZ 42.4 26.63 49.92 -
YUV 141.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 220 93 187 0 0.58 0.15 0.14 315.59 0.64 0.61
Hex DC 5D BB 0 3A F E 13C 40 3D
Octal 334 135 273 0 72 17 16 474 100 75
Binary 11011100 1011101 10111011 0 111010 1111 1110 100111100 1000000 111101

Color Harmonies of #DC5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5DBB

Black with #DC5DBB

Text Example


Text Example

White with #DC5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5DBB; }

 p { color: rgb(220,93,187); }

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

background-color css

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

 a { background-color: rgb(220,93,187); }

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

border-color css

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

 span { border-color: rgb(220,93,187); }

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