Html Css Color HEX #DD4DC5 Free Speech Magenta

📋 copy color: '#DD4DC5'

red 221 ◦ green 77 ◦ blue 197

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

Shades of Free Speech Magenta #DD4DC5

Tints of Free Speech Magenta #DD4DC5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.56%

 BLUE value IS 197 (77.34% from 255) = 39.8%

R = 44.65%
G = 15.56%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD4DC5 (or 0xDD4DC5) is known color: Free Speech Magenta. HEX triplet: DD, 4D and C5. RGB value is (221,77,197). Sum of RGB (Red+Green+Blue) = 221+77+197=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DC5 is #22B23A. Grayscale: #858585. Windows color (decimal): -2273851 or 12930525. OLE color: 12930525.

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

Color convert

RGB 221 77 197 -
CMYK 0 0.65 0.11 0.13
HSL 310º 0.68% 0.58% -
HSV(B) 310º 0.65% 0.87% -
XYZ 42.55 24.71 55.35 -
YUV 133.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 221 77 197 0 0.65 0.11 0.13 310 0.68 0.58
Hex DD 4D C5 0 41 B D 136 44 3A
Octal 335 115 305 0 101 13 15 466 104 72
Binary 11011101 1001101 11000101 0 1000001 1011 1101 100110110 1000100 111010

Color Harmonies of #DD4DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DC5

Black with #DD4DC5

Text Example


Text Example

White with #DD4DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DC5; }

 p { color: rgb(221,77,197); }

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

background-color css

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

 a { background-color: rgb(221,77,197); }

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

border-color css

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

 span { border-color: rgb(221,77,197); }

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