Html Css Color HEX #DC63BF Free Speech Magenta

📋 copy color: '#DC63BF'

red 220 ◦ green 99 ◦ blue 191

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

Shades of Free Speech Magenta #DC63BF

Tints of Free Speech Magenta #DC63BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.45%

R = 43.14%
G = 19.41%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC63BF (or 0xDC63BF) is known color: Free Speech Magenta. HEX triplet: DC, 63 and BF. RGB value is (220,99,191). Sum of RGB (Red+Green+Blue) = 220+99+191=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63BF is #239C40. Grayscale: #919191. Windows color (decimal): -2333761 or 12542940. OLE color: 12542940.

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

Color convert

RGB 220 99 191 -
CMYK 0 0.55 0.13 0.14
HSL 314.38º 0.63% 0.63% -
HSV(B) 314.38º 0.55% 0.86% -
XYZ 43.38 27.9 52.39 -
YUV 145.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 220 99 191 0 0.55 0.13 0.14 314.38 0.63 0.63
Hex DC 63 BF 0 37 D E 13A 3F 3F
Octal 334 143 277 0 67 15 16 472 77 77
Binary 11011100 1100011 10111111 0 110111 1101 1110 100111010 111111 111111

Color Harmonies of #DC63BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63BF

Black with #DC63BF

Text Example


Text Example

White with #DC63BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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