Html Css Color HEX #D2448D Mulberry

📋 copy color: '#D2448D'

red 210 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #D2448D

Tints of Mulberry #D2448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 50.12%
G = 16.23%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2448D (or 0xD2448D) is known color: Mulberry. HEX triplet: D2, 44 and 8D. RGB value is (210,68,141). Sum of RGB (Red+Green+Blue) = 210+68+141=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2448D is #2DBB72. Grayscale: #767676. Windows color (decimal): -2997107 or 9258194. OLE color: 9258194.

HSL color Cylindrical-coordinate representation of color #D2448D: hue angle of 329.15º 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 #D2448D is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 141 -
CMYK 0 0.68 0.33 0.18
HSL 329.15º 0.61% 0.55% -
HSV(B) 329.15º 0.68% 0.82% -
XYZ 33.45 19.76 27.25 -
YUV 118.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 210 68 141 0 0.68 0.33 0.18 329.15 0.61 0.55
Hex D2 44 8D 0 44 21 12 149 3D 37
Octal 322 104 215 0 104 41 22 511 75 67
Binary 11010010 1000100 10001101 0 1000100 100001 10010 101001001 111101 110111

Color Harmonies of #D2448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2448D

Black with #D2448D

Text Example


Text Example

White with #D2448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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