Html Css Color HEX #D2449B Mulberry

📋 copy color: '#D2449B'

red 210 ◦ green 68 ◦ blue 155

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

Shades of Mulberry #D2449B

Tints of Mulberry #D2449B

RGB

 RED value IS 210 (82.42% from 255) = 48.5%

 GREEN value IS 68 (26.95% from 255) = 15.7%

 BLUE value IS 155 (60.94% from 255) = 35.8%

R = 48.5%
G = 15.7%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2449B (or 0xD2449B) is known color: Mulberry. HEX triplet: D2, 44 and 9B. RGB value is (210,68,155). Sum of RGB (Red+Green+Blue) = 210+68+155=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2449B is #2DBB64. Grayscale: #787878. Windows color (decimal): -2997093 or 10175698. OLE color: 10175698.

HSL color Cylindrical-coordinate representation of color #D2449B: hue angle of 323.24º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2449B is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 155 -
CMYK 0 0.68 0.26 0.18
HSL 323.24º 0.61% 0.55% -
HSV(B) 323.24º 0.68% 0.82% -
XYZ 34.56 20.2 33.09 -
YUV 120.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 210 68 155 0 0.68 0.26 0.18 323.24 0.61 0.55
Hex D2 44 9B 0 44 1A 12 143 3D 37
Octal 322 104 233 0 104 32 22 503 75 67
Binary 11010010 1000100 10011011 0 1000100 11010 10010 101000011 111101 110111

Color Harmonies of #D2449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2449B

Black with #D2449B

Text Example


Text Example

White with #D2449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2449B; }

 p { color: rgb(210,68,155); }

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

background-color css

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

 a { background-color: rgb(210,68,155); }

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

border-color css

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

 span { border-color: rgb(210,68,155); }

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