Html Css Color HEX #DD4C9C Mulberry

📋 copy color: '#DD4C9C'

red 221 ◦ green 76 ◦ blue 156

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

Shades of Mulberry #DD4C9C

Tints of Mulberry #DD4C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.44%

R = 48.79%
G = 16.78%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD4C9C (or 0xDD4C9C) is known color: Mulberry. HEX triplet: DD, 4C and 9C. RGB value is (221,76,156). Sum of RGB (Red+Green+Blue) = 221+76+156=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4C9C is #22B363. Grayscale: #808080. Windows color (decimal): -2274148 or 10243293. OLE color: 10243293.

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

Color convert

RGB 221 76 156 -
CMYK 0 0.66 0.29 0.13
HSL 326.9º 0.68% 0.58% -
HSV(B) 326.9º 0.66% 0.87% -
XYZ 38.4 22.94 33.86 -
YUV 128.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 221 76 156 0 0.66 0.29 0.13 326.9 0.68 0.58
Hex DD 4C 9C 0 42 1D D 147 44 3A
Octal 335 114 234 0 102 35 15 507 104 72
Binary 11011101 1001100 10011100 0 1000010 11101 1101 101000111 1000100 111010

Color Harmonies of #DD4C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C9C

Black with #DD4C9C

Text Example


Text Example

White with #DD4C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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