Html Css Color HEX #DD5FCB Free Speech Magenta

📋 copy color: '#DD5FCB'

red 221 ◦ green 95 ◦ blue 203

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

Shades of Free Speech Magenta #DD5FCB

Tints of Free Speech Magenta #DD5FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

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

R = 42.58%
G = 18.3%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD5FCB (or 0xDD5FCB) is known color: Free Speech Magenta. HEX triplet: DD, 5F and CB. RGB value is (221,95,203). Sum of RGB (Red+Green+Blue) = 221+95+203=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD5FCB is #22A034. Grayscale: #909090. Windows color (decimal): -2269237 or 13328349. OLE color: 13328349.

HSL color Cylindrical-coordinate representation of color #DD5FCB: hue angle of 308.57º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FCB is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 95 203 -
CMYK 0 0.57 0.08 0.13
HSL 308.57º 0.65% 0.62% -
HSV(B) 308.57º 0.57% 0.87% -
XYZ 44.69 27.87 59.52 -
YUV 144.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 221 95 203 0 0.57 0.08 0.13 308.57 0.65 0.62
Hex DD 5F CB 0 39 8 D 135 41 3E
Octal 335 137 313 0 71 10 15 465 101 76
Binary 11011101 1011111 11001011 0 111001 1000 1101 100110101 1000001 111110

Color Harmonies of #DD5FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FCB

Black with #DD5FCB

Text Example


Text Example

White with #DD5FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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