Html Css Color HEX #DD58CB Free Speech Magenta

📋 copy color: '#DD58CB'

red 221 ◦ green 88 ◦ blue 203

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

Shades of Free Speech Magenta #DD58CB

Tints of Free Speech Magenta #DD58CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.19%

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

R = 43.16%
G = 17.19%
B = 39.65%

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

#DD58CB (or 0xDD58CB) is known color: Free Speech Magenta. HEX triplet: DD, 58 and CB. RGB value is (221,88,203). Sum of RGB (Red+Green+Blue) = 221+88+203=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD58CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD58CB is #22A734. Grayscale: #8C8C8C. Windows color (decimal): -2271029 or 13326557. OLE color: 13326557.

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

Color convert

RGB 221 88 203 -
CMYK 0 0.60 0.08 0.13
HSL 308.12º 0.66% 0.61% -
HSV(B) 308.12º 0.6% 0.87% -
XYZ 44.09 26.66 59.32 -
YUV 140.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 221 88 203 0 0.60 0.08 0.13 308.12 0.66 0.61
Hex DD 58 CB 0 3C 8 D 134 42 3D
Octal 335 130 313 0 74 10 15 464 102 75
Binary 11011101 1011000 11001011 0 111100 1000 1101 100110100 1000010 111101

Color Harmonies of #DD58CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD58CB

Black with #DD58CB

Text Example


Text Example

White with #DD58CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD58CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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