Html Css Color HEX #DC63BB Free Speech Magenta

📋 copy color: '#DC63BB'

red 220 ◦ green 99 ◦ blue 187

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

Shades of Free Speech Magenta #DC63BB

Tints of Free Speech Magenta #DC63BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.57%

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

R = 43.48%
G = 19.57%
B = 36.96%

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

#DC63BB (or 0xDC63BB) is known color: Free Speech Magenta. HEX triplet: DC, 63 and BB. RGB value is (220,99,187). Sum of RGB (Red+Green+Blue) = 220+99+187=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63BB is #239C44. Grayscale: #909090. Windows color (decimal): -2333765 or 12280796. OLE color: 12280796.

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

Color convert

RGB 220 99 187 -
CMYK 0 0.55 0.15 0.14
HSL 316.36º 0.63% 0.63% -
HSV(B) 316.36º 0.55% 0.86% -
XYZ 42.95 27.73 50.1 -
YUV 145.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 220 99 187 0 0.55 0.15 0.14 316.36 0.63 0.63
Hex DC 63 BB 0 37 F E 13C 3F 3F
Octal 334 143 273 0 67 17 16 474 77 77
Binary 11011100 1100011 10111011 0 110111 1111 1110 100111100 111111 111111

Color Harmonies of #DC63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63BB

Black with #DC63BB

Text Example


Text Example

White with #DC63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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