Html Css Color HEX #DD44CA Free Speech Magenta

📋 copy color: '#DD44CA'

red 221 ◦ green 68 ◦ blue 202

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

Shades of Free Speech Magenta #DD44CA

Tints of Free Speech Magenta #DD44CA

RGB

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

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

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

R = 45.01%
G = 13.85%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD44CA (or 0xDD44CA) is known color: Free Speech Magenta. HEX triplet: DD, 44 and CA. RGB value is (221,68,202). Sum of RGB (Red+Green+Blue) = 221+68+202=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44CA is #22BB35. Grayscale: #808080. Windows color (decimal): -2276150 or 13255901. OLE color: 13255901.

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

Color convert

RGB 221 68 202 -
CMYK 0 0.69 0.09 0.13
HSL 307.45º 0.69% 0.57% -
HSV(B) 307.45º 0.69% 0.87% -
XYZ 42.55 23.77 58.22 -
YUV 129.02 169.19 193.6 -
System Red Green Blue C M Y K H S L
Decimal 221 68 202 0 0.69 0.09 0.13 307.45 0.69 0.57
Hex DD 44 CA 0 45 9 D 133 45 39
Octal 335 104 312 0 105 11 15 463 105 71
Binary 11011101 1000100 11001010 0 1000101 1001 1101 100110011 1000101 111001

Color Harmonies of #DD44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44CA

Black with #DD44CA

Text Example


Text Example

White with #DD44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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