Html Css Color HEX #DD4DC4 Free Speech Magenta

📋 copy color: '#DD4DC4'

red 221 ◦ green 77 ◦ blue 196

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

Shades of Free Speech Magenta #DD4DC4

Tints of Free Speech Magenta #DD4DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 44.74%
G = 15.59%
B = 39.68%

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

#DD4DC4 (or 0xDD4DC4) is known color: Free Speech Magenta. HEX triplet: DD, 4D and C4. RGB value is (221,77,196). Sum of RGB (Red+Green+Blue) = 221+77+196=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD4DC4 is #22B23B. Grayscale: #858585. Windows color (decimal): -2273852 or 12864989. OLE color: 12864989.

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

Color convert

RGB 221 77 196 -
CMYK 0 0.65 0.11 0.13
HSL 310.42º 0.68% 0.58% -
HSV(B) 310.42º 0.65% 0.87% -
XYZ 42.44 24.67 54.75 -
YUV 133.62 163.21 190.32 -
System Red Green Blue C M Y K H S L
Decimal 221 77 196 0 0.65 0.11 0.13 310.42 0.68 0.58
Hex DD 4D C4 0 41 B D 136 44 3A
Octal 335 115 304 0 101 13 15 466 104 72
Binary 11011101 1001101 11000100 0 1000001 1011 1101 100110110 1000100 111010

Color Harmonies of #DD4DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4DC4

Black with #DD4DC4

Text Example


Text Example

White with #DD4DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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