Html Css Color HEX #DC64BB Free Speech Magenta

📋 copy color: '#DC64BB'

red 220 ◦ green 100 ◦ blue 187

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

Shades of Free Speech Magenta #DC64BB

Tints of Free Speech Magenta #DC64BB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.72%

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

R = 43.39%
G = 19.72%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC64BB (or 0xDC64BB) is known color: Free Speech Magenta. HEX triplet: DC, 64 and BB. RGB value is (220,100,187). Sum of RGB (Red+Green+Blue) = 220+100+187=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64BB is #239B44. Grayscale: #919191. Windows color (decimal): -2333509 or 12281052. OLE color: 12281052.

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

Color convert

RGB 220 100 187 -
CMYK 0 0.55 0.15 0.14
HSL 316.5º 0.63% 0.63% -
HSV(B) 316.5º 0.55% 0.86% -
XYZ 43.04 27.92 50.13 -
YUV 145.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 220 100 187 0 0.55 0.15 0.14 316.5 0.63 0.63
Hex DC 64 BB 0 37 F E 13C 3F 3F
Octal 334 144 273 0 67 17 16 474 77 77
Binary 11011100 1100100 10111011 0 110111 1111 1110 100111100 111111 111111

Color Harmonies of #DC64BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC64BB

Black with #DC64BB

Text Example


Text Example

White with #DC64BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC64BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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