Html Css Color HEX #DD45CC Free Speech Magenta

📋 copy color: '#DD45CC'

red 221 ◦ green 69 ◦ blue 204

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

Shades of Free Speech Magenta #DD45CC

Tints of Free Speech Magenta #DD45CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.97%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 44.74%
G = 13.97%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD45CC (or 0xDD45CC) is known color: Free Speech Magenta. HEX triplet: DD, 45 and CC. RGB value is (221,69,204). Sum of RGB (Red+Green+Blue) = 221+69+204=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD45CC is #22BA33. Grayscale: #818181. Windows color (decimal): -2275892 or 13387229. OLE color: 13387229.

HSL color Cylindrical-coordinate representation of color #DD45CC: hue angle of 306.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD45CC is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 204 -
CMYK 0 0.69 0.08 0.13
HSL 306.71º 0.69% 0.57% -
HSV(B) 306.71º 0.69% 0.87% -
XYZ 42.85 23.99 59.5 -
YUV 129.84 169.86 193.02 -
System Red Green Blue C M Y K H S L
Decimal 221 69 204 0 0.69 0.08 0.13 306.71 0.69 0.57
Hex DD 45 CC 0 45 8 D 133 45 39
Octal 335 105 314 0 105 10 15 463 105 71
Binary 11011101 1000101 11001100 0 1000101 1000 1101 100110011 1000101 111001

Color Harmonies of #DD45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD45CC

Black with #DD45CC

Text Example


Text Example

White with #DD45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD45CC; }

 p { color: rgb(221,69,204); }

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

background-color css

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

 a { background-color: rgb(221,69,204); }

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

border-color css

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

 span { border-color: rgb(221,69,204); }

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