Html Css Color HEX #DD4FCB Free Speech Magenta

📋 copy color: '#DD4FCB'

red 221 ◦ green 79 ◦ blue 203

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

Shades of Free Speech Magenta #DD4FCB

Tints of Free Speech Magenta #DD4FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

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

R = 43.94%
G = 15.71%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD4FCB (or 0xDD4FCB) is known color: Free Speech Magenta. HEX triplet: DD, 4F and CB. RGB value is (221,79,203). Sum of RGB (Red+Green+Blue) = 221+79+203=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4FCB is #22B034. Grayscale: #878787. Windows color (decimal): -2273333 or 13324253. OLE color: 13324253.

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

Color convert

RGB 221 79 203 -
CMYK 0 0.64 0.08 0.13
HSL 307.61º 0.68% 0.59% -
HSV(B) 307.61º 0.64% 0.87% -
XYZ 43.39 25.28 59.09 -
YUV 135.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 221 79 203 0 0.64 0.08 0.13 307.61 0.68 0.59
Hex DD 4F CB 0 40 8 D 134 44 3B
Octal 335 117 313 0 100 10 15 464 104 73
Binary 11011101 1001111 11001011 0 1000000 1000 1101 100110100 1000100 111011

Color Harmonies of #DD4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FCB

Black with #DD4FCB

Text Example


Text Example

White with #DD4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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