Html Css Color HEX #DD4A92 Mulberry

📋 copy color: '#DD4A92'

red 221 ◦ green 74 ◦ blue 146

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

Shades of Mulberry #DD4A92

Tints of Mulberry #DD4A92

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.78%

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 50.11%
G = 16.78%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD4A92 (or 0xDD4A92) is known color: Mulberry. HEX triplet: DD, 4A and 92. RGB value is (221,74,146). Sum of RGB (Red+Green+Blue) = 221+74+146=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A92 is #22B56D. Grayscale: #7E7E7E. Windows color (decimal): -2274670 or 9587421. OLE color: 9587421.

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

Color convert

RGB 221 74 146 -
CMYK 0 0.67 0.34 0.13
HSL 330.61º 0.68% 0.58% -
HSV(B) 330.61º 0.67% 0.87% -
XYZ 37.46 22.35 29.53 -
YUV 126.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 221 74 146 0 0.67 0.34 0.13 330.61 0.68 0.58
Hex DD 4A 92 0 43 22 D 14B 44 3A
Octal 335 112 222 0 103 42 15 513 104 72
Binary 11011101 1001010 10010010 0 1000011 100010 1101 101001011 1000100 111010

Color Harmonies of #DD4A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A92

Black with #DD4A92

Text Example


Text Example

White with #DD4A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A92; }

 p { color: rgb(221,74,146); }

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

background-color css

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

 a { background-color: rgb(221,74,146); }

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

border-color css

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

 span { border-color: rgb(221,74,146); }

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