Html Css Color HEX #DD44CC Free Speech Magenta

📋 copy color: '#DD44CC'

red 221 ◦ green 68 ◦ blue 204

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

Shades of Free Speech Magenta #DD44CC

Tints of Free Speech Magenta #DD44CC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.79%

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

R = 44.83%
G = 13.79%
B = 41.38%

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

#DD44CC (or 0xDD44CC) is known color: Free Speech Magenta. HEX triplet: DD, 44 and CC. RGB value is (221,68,204). Sum of RGB (Red+Green+Blue) = 221+68+204=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44CC is #22BB33. Grayscale: #808080. Windows color (decimal): -2276148 or 13386973. OLE color: 13386973.

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

Color convert

RGB 221 68 204 -
CMYK 0 0.69 0.08 0.13
HSL 306.67º 0.69% 0.57% -
HSV(B) 306.67º 0.69% 0.87% -
XYZ 42.79 23.87 59.48 -
YUV 129.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 221 68 204 0 0.69 0.08 0.13 306.67 0.69 0.57
Hex DD 44 CC 0 45 8 D 133 45 39
Octal 335 104 314 0 105 10 15 463 105 71
Binary 11011101 1000100 11001100 0 1000101 1000 1101 100110011 1000101 111001

Color Harmonies of #DD44CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44CC

Black with #DD44CC

Text Example


Text Example

White with #DD44CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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