Html Css Color HEX #DD59CB Free Speech Magenta

📋 copy color: '#DD59CB'

red 221 ◦ green 89 ◦ blue 203

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

Shades of Free Speech Magenta #DD59CB

Tints of Free Speech Magenta #DD59CB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.35%

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

R = 43.08%
G = 17.35%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD59CB (or 0xDD59CB) is known color: Free Speech Magenta. HEX triplet: DD, 59 and CB. RGB value is (221,89,203). Sum of RGB (Red+Green+Blue) = 221+89+203=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD59CB is #22A634. Grayscale: #8D8D8D. Windows color (decimal): -2270773 or 13326813. OLE color: 13326813.

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

Color convert

RGB 221 89 203 -
CMYK 0 0.60 0.08 0.13
HSL 308.18º 0.66% 0.61% -
HSV(B) 308.18º 0.6% 0.87% -
XYZ 44.17 26.83 59.35 -
YUV 141.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 221 89 203 0 0.60 0.08 0.13 308.18 0.66 0.61
Hex DD 59 CB 0 3C 8 D 134 42 3D
Octal 335 131 313 0 74 10 15 464 102 75
Binary 11011101 1011001 11001011 0 111100 1000 1101 100110100 1000010 111101

Color Harmonies of #DD59CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59CB

Black with #DD59CB

Text Example


Text Example

White with #DD59CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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