Html Css Color HEX #DC63DA Free Speech Magenta

📋 copy color: '#DC63DA'

red 220 ◦ green 99 ◦ blue 218

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

Shades of Free Speech Magenta #DC63DA

Tints of Free Speech Magenta #DC63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 40.97%
G = 18.44%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC63DA (or 0xDC63DA) is known color: Free Speech Magenta. HEX triplet: DC, 63 and DA. RGB value is (220,99,218). Sum of RGB (Red+Green+Blue) = 220+99+218=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63DA is #239C25. Grayscale: #949494. Windows color (decimal): -2333734 or 14312412. OLE color: 14312412.

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

Color convert

RGB 220 99 218 -
CMYK 0 0.55 0.01 0.14
HSL 300.99º 0.63% 0.63% -
HSV(B) 300.99º 0.55% 0.86% -
XYZ 46.63 29.2 69.51 -
YUV 148.75 167.09 178.82 -
System Red Green Blue C M Y K H S L
Decimal 220 99 218 0 0.55 0.01 0.14 300.99 0.63 0.63
Hex DC 63 DA 0 37 1 E 12D 3F 3F
Octal 334 143 332 0 67 1 16 455 77 77
Binary 11011100 1100011 11011010 0 110111 1 1110 100101101 111111 111111

Color Harmonies of #DC63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63DA

Black with #DC63DA

Text Example


Text Example

White with #DC63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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