Html Css Color HEX #DD4F9D Mulberry

📋 copy color: '#DD4F9D'

red 221 ◦ green 79 ◦ blue 157

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

Shades of Mulberry #DD4F9D

Tints of Mulberry #DD4F9D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.29%

 BLUE value IS 157 (61.72% from 255) = 34.35%

R = 48.36%
G = 17.29%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD4F9D (or 0xDD4F9D) is known color: Mulberry. HEX triplet: DD, 4F and 9D. RGB value is (221,79,157). Sum of RGB (Red+Green+Blue) = 221+79+157=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F9D is #22B062. Grayscale: #828282. Windows color (decimal): -2273379 or 10309597. OLE color: 10309597.

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

Color convert

RGB 221 79 157 -
CMYK 0 0.64 0.29 0.13
HSL 327.04º 0.68% 0.59% -
HSV(B) 327.04º 0.64% 0.87% -
XYZ 38.7 23.4 34.37 -
YUV 130.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 221 79 157 0 0.64 0.29 0.13 327.04 0.68 0.59
Hex DD 4F 9D 0 40 1D D 147 44 3B
Octal 335 117 235 0 100 35 15 507 104 73
Binary 11011101 1001111 10011101 0 1000000 11101 1101 101000111 1000100 111011

Color Harmonies of #DD4F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F9D

Black with #DD4F9D

Text Example


Text Example

White with #DD4F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F9D; }

 p { color: rgb(221,79,157); }

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

background-color css

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

 a { background-color: rgb(221,79,157); }

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

border-color css

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

 span { border-color: rgb(221,79,157); }

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