Html Css Color HEX #DD44CB Free Speech Magenta

📋 copy color: '#DD44CB'

red 221 ◦ green 68 ◦ blue 203

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

Shades of Free Speech Magenta #DD44CB

Tints of Free Speech Magenta #DD44CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 44.92%
G = 13.82%
B = 41.26%

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

#DD44CB (or 0xDD44CB) is known color: Free Speech Magenta. HEX triplet: DD, 44 and CB. RGB value is (221,68,203). Sum of RGB (Red+Green+Blue) = 221+68+203=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD44CB is #22BB34. Grayscale: #808080. Windows color (decimal): -2276149 or 13321437. OLE color: 13321437.

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

Color convert

RGB 221 68 203 -
CMYK 0 0.69 0.08 0.13
HSL 307.06º 0.69% 0.57% -
HSV(B) 307.06º 0.69% 0.87% -
XYZ 42.67 23.82 58.85 -
YUV 129.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 221 68 203 0 0.69 0.08 0.13 307.06 0.69 0.57
Hex DD 44 CB 0 45 8 D 133 45 39
Octal 335 104 313 0 105 10 15 463 105 71
Binary 11011101 1000100 11001011 0 1000101 1000 1101 100110011 1000101 111001

Color Harmonies of #DD44CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44CB

Black with #DD44CB

Text Example


Text Example

White with #DD44CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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