Html Css Color HEX #DC63D6 Free Speech Magenta

📋 copy color: '#DC63D6'

red 220 ◦ green 99 ◦ blue 214

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

Shades of Free Speech Magenta #DC63D6

Tints of Free Speech Magenta #DC63D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.15%

R = 41.28%
G = 18.57%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC63D6 (or 0xDC63D6) is known color: Free Speech Magenta. HEX triplet: DC, 63 and D6. RGB value is (220,99,214). Sum of RGB (Red+Green+Blue) = 220+99+214=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63D6 is #239C29. Grayscale: #939393. Windows color (decimal): -2333738 or 14050268. OLE color: 14050268.

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

Color convert

RGB 220 99 214 -
CMYK 0 0.55 0.03 0.14
HSL 302.98º 0.63% 0.63% -
HSV(B) 302.98º 0.55% 0.86% -
XYZ 46.11 28.99 66.78 -
YUV 148.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 220 99 214 0 0.55 0.03 0.14 302.98 0.63 0.63
Hex DC 63 D6 0 37 3 E 12F 3F 3F
Octal 334 143 326 0 67 3 16 457 77 77
Binary 11011100 1100011 11010110 0 110111 11 1110 100101111 111111 111111

Color Harmonies of #DC63D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63D6

Black with #DC63D6

Text Example


Text Example

White with #DC63D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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