Html Css Color HEX #DC63DD Free Speech Magenta

📋 copy color: '#DC63DD'

red 220 ◦ green 99 ◦ blue 221

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

Shades of Free Speech Magenta #DC63DD

Tints of Free Speech Magenta #DC63DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 40.74%
G = 18.33%
B = 40.93%

CMYK

 C value IS 0.00

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC63DD (or 0xDC63DD) is known color: Free Speech Magenta. HEX triplet: DC, 63 and DD. RGB value is (220,99,221). Sum of RGB (Red+Green+Blue) = 220+99+221=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63DD is #239C22. Grayscale: #949494. Windows color (decimal): -2333731 or 14509020. OLE color: 14509020.

HSL color Cylindrical-coordinate representation of color #DC63DD: hue angle of 299.51º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC63DD is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 99 221 -
CMYK 0.00 0.55 0 0.13
HSL 299.51º 0.64% 0.63% -
HSV(B) 299.51º 0.55% 0.87% -
XYZ 47.03 29.36 71.59 -
YUV 149.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 220 99 221 0.00 0.55 0 0.13 299.51 0.64 0.63
Hex DC 63 DD 0 37 0 D 12C 40 3F
Octal 334 143 335 0 67 0 15 454 100 77
Binary 11011100 1100011 11011101 0 110111 0 1101 100101100 1000000 111111

Color Harmonies of #DC63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63DD

Black with #DC63DD

Text Example


Text Example

White with #DC63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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