Html Css Color HEX #DD4CC6 Free Speech Magenta

📋 copy color: '#DD4CC6'

red 221 ◦ green 76 ◦ blue 198

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

Shades of Free Speech Magenta #DD4CC6

Tints of Free Speech Magenta #DD4CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.35%

 BLUE value IS 198 (77.73% from 255) = 40%

R = 44.65%
G = 15.35%
B = 40%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD4CC6 (or 0xDD4CC6) is known color: Free Speech Magenta. HEX triplet: DD, 4C and C6. RGB value is (221,76,198). Sum of RGB (Red+Green+Blue) = 221+76+198=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD4CC6 is #22B339. Grayscale: #848484. Windows color (decimal): -2274106 or 12995805. OLE color: 12995805.

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

Color convert

RGB 221 76 198 -
CMYK 0 0.66 0.10 0.13
HSL 309.52º 0.68% 0.58% -
HSV(B) 309.52º 0.66% 0.87% -
XYZ 42.6 24.62 55.93 -
YUV 133.26 164.54 190.58 -
System Red Green Blue C M Y K H S L
Decimal 221 76 198 0 0.66 0.10 0.13 309.52 0.68 0.58
Hex DD 4C C6 0 42 A D 136 44 3A
Octal 335 114 306 0 102 12 15 466 104 72
Binary 11011101 1001100 11000110 0 1000010 1010 1101 100110110 1000100 111010

Color Harmonies of #DD4CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CC6

Black with #DD4CC6

Text Example


Text Example

White with #DD4CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CC6; }

 p { color: rgb(221,76,198); }

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

background-color css

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

 a { background-color: rgb(221,76,198); }

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

border-color css

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

 span { border-color: rgb(221,76,198); }

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