Html Css Color HEX #DC63D3 Free Speech Magenta

📋 copy color: '#DC63D3'

red 220 ◦ green 99 ◦ blue 211

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

Shades of Free Speech Magenta #DC63D3

Tints of Free Speech Magenta #DC63D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.81%

R = 41.51%
G = 18.68%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC63D3 (or 0xDC63D3) is known color: Free Speech Magenta. HEX triplet: DC, 63 and D3. RGB value is (220,99,211). Sum of RGB (Red+Green+Blue) = 220+99+211=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63D3 is #239C2C. Grayscale: #939393. Windows color (decimal): -2333741 or 13853660. OLE color: 13853660.

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

Color convert

RGB 220 99 211 -
CMYK 0 0.55 0.04 0.14
HSL 304.46º 0.63% 0.63% -
HSV(B) 304.46º 0.55% 0.86% -
XYZ 45.73 28.84 64.78 -
YUV 147.95 163.59 179.39 -
System Red Green Blue C M Y K H S L
Decimal 220 99 211 0 0.55 0.04 0.14 304.46 0.63 0.63
Hex DC 63 D3 0 37 4 E 130 3F 3F
Octal 334 143 323 0 67 4 16 460 77 77
Binary 11011100 1100011 11010011 0 110111 100 1110 100110000 111111 111111

Color Harmonies of #DC63D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63D3

Black with #DC63D3

Text Example


Text Example

White with #DC63D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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