Html Css Color HEX #DD469C Mulberry

📋 copy color: '#DD469C'

red 221 ◦ green 70 ◦ blue 156

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

Shades of Mulberry #DD469C

Tints of Mulberry #DD469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.66%

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

R = 49.44%
G = 15.66%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD469C (or 0xDD469C) is known color: Mulberry. HEX triplet: DD, 46 and 9C. RGB value is (221,70,156). Sum of RGB (Red+Green+Blue) = 221+70+156=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD469C is #22B963. Grayscale: #7C7C7C. Windows color (decimal): -2275684 or 10241757. OLE color: 10241757.

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

Color convert

RGB 221 70 156 -
CMYK 0 0.68 0.29 0.13
HSL 325.83º 0.69% 0.57% -
HSV(B) 325.83º 0.68% 0.87% -
XYZ 38.01 22.15 33.73 -
YUV 124.95 145.53 196.51 -
System Red Green Blue C M Y K H S L
Decimal 221 70 156 0 0.68 0.29 0.13 325.83 0.69 0.57
Hex DD 46 9C 0 44 1D D 146 45 39
Octal 335 106 234 0 104 35 15 506 105 71
Binary 11011101 1000110 10011100 0 1000100 11101 1101 101000110 1000101 111001

Color Harmonies of #DD469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD469C

Black with #DD469C

Text Example


Text Example

White with #DD469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD469C; }

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

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

background-color css

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

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

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

border-color css

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

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

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