Html Css Color HEX #DD63CA Free Speech Magenta

📋 copy color: '#DD63CA'

red 221 ◦ green 99 ◦ blue 202

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

Shades of Free Speech Magenta #DD63CA

Tints of Free Speech Magenta #DD63CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.7%

R = 42.34%
G = 18.97%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD63CA (or 0xDD63CA) is known color: Free Speech Magenta. HEX triplet: DD, 63 and CA. RGB value is (221,99,202). Sum of RGB (Red+Green+Blue) = 221+99+202=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 99 (39.06% from 255 or 18.97% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63CA is #229C35. Grayscale: #929292. Windows color (decimal): -2268214 or 13263837. OLE color: 13263837.

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

Color convert

RGB 221 99 202 -
CMYK 0 0.55 0.09 0.13
HSL 309.34º 0.64% 0.63% -
HSV(B) 309.34º 0.55% 0.87% -
XYZ 44.94 28.56 59.02 -
YUV 147.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 221 99 202 0 0.55 0.09 0.13 309.34 0.64 0.63
Hex DD 63 CA 0 37 9 D 135 40 3F
Octal 335 143 312 0 67 11 15 465 100 77
Binary 11011101 1100011 11001010 0 110111 1001 1101 100110101 1000000 111111

Color Harmonies of #DD63CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63CA

Black with #DD63CA

Text Example


Text Example

White with #DD63CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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