Html Css Color HEX #DD63DC Free Speech Magenta

📋 copy color: '#DD63DC'

red 221 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #DD63DC

Tints of Free Speech Magenta #DD63DC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #DD63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63DC

Black with #DD63DC

Text Example


Text Example

White with #DD63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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