Html Css Color HEX #DC63CC Free Speech Magenta

📋 copy color: '#DC63CC'

red 220 ◦ green 99 ◦ blue 204

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

Shades of Free Speech Magenta #DC63CC

Tints of Free Speech Magenta #DC63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 42.07%
G = 18.93%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC63CC (or 0xDC63CC) is known color: Free Speech Magenta. HEX triplet: DC, 63 and CC. RGB value is (220,99,204). Sum of RGB (Red+Green+Blue) = 220+99+204=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63CC is #239C33. Grayscale: #929292. Windows color (decimal): -2333748 or 13394908. OLE color: 13394908.

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

Color convert

RGB 220 99 204 -
CMYK 0 0.55 0.07 0.14
HSL 307.93º 0.63% 0.63% -
HSV(B) 307.93º 0.55% 0.86% -
XYZ 44.88 28.5 60.26 -
YUV 147.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 220 99 204 0 0.55 0.07 0.14 307.93 0.63 0.63
Hex DC 63 CC 0 37 7 E 134 3F 3F
Octal 334 143 314 0 67 7 16 464 77 77
Binary 11011100 1100011 11001100 0 110111 111 1110 100110100 111111 111111

Color Harmonies of #DC63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63CC

Black with #DC63CC

Text Example


Text Example

White with #DC63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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