Html Css Color HEX #D2449F Mulberry

📋 copy color: '#D2449F'

red 210 ◦ green 68 ◦ blue 159

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

Shades of Mulberry #D2449F

Tints of Mulberry #D2449F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.38%

R = 48.05%
G = 15.56%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2449F (or 0xD2449F) is known color: Mulberry. HEX triplet: D2, 44 and 9F. RGB value is (210,68,159). Sum of RGB (Red+Green+Blue) = 210+68+159=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2449F is #2DBB60. Grayscale: #787878. Windows color (decimal): -2997089 or 10437842. OLE color: 10437842.

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

Color convert

RGB 210 68 159 -
CMYK 0 0.68 0.24 0.18
HSL 321.55º 0.61% 0.55% -
HSV(B) 321.55º 0.68% 0.82% -
XYZ 34.9 20.34 34.89 -
YUV 120.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 210 68 159 0 0.68 0.24 0.18 321.55 0.61 0.55
Hex D2 44 9F 0 44 18 12 142 3D 37
Octal 322 104 237 0 104 30 22 502 75 67
Binary 11010010 1000100 10011111 0 1000100 11000 10010 101000010 111101 110111

Color Harmonies of #D2449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2449F

Black with #D2449F

Text Example


Text Example

White with #D2449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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