Html Css Color HEX #DD63BB Free Speech Magenta

📋 copy color: '#DD63BB'

red 221 ◦ green 99 ◦ blue 187

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

Shades of Free Speech Magenta #DD63BB

Tints of Free Speech Magenta #DD63BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 43.59%
G = 19.53%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD63BB (or 0xDD63BB) is known color: Free Speech Magenta. HEX triplet: DD, 63 and BB. RGB value is (221,99,187). Sum of RGB (Red+Green+Blue) = 221+99+187=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD63BB is #229C44. Grayscale: #919191. Windows color (decimal): -2268229 or 12280797. OLE color: 12280797.

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

Color convert

RGB 221 99 187 -
CMYK 0 0.55 0.15 0.13
HSL 316.72º 0.64% 0.63% -
HSV(B) 316.72º 0.55% 0.87% -
XYZ 43.25 27.88 50.12 -
YUV 145.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 221 99 187 0 0.55 0.15 0.13 316.72 0.64 0.63
Hex DD 63 BB 0 37 F D 13D 40 3F
Octal 335 143 273 0 67 17 15 475 100 77
Binary 11011101 1100011 10111011 0 110111 1111 1101 100111101 1000000 111111

Color Harmonies of #DD63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD63BB

Black with #DD63BB

Text Example


Text Example

White with #DD63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD63BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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