Html Css Color HEX #D2449C Mulberry

📋 copy color: '#D2449C'

red 210 ◦ green 68 ◦ blue 156

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

Shades of Mulberry #D2449C

Tints of Mulberry #D2449C

RGB

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

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

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

R = 48.39%
G = 15.67%
B = 35.94%

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

#D2449C (or 0xD2449C) is known color: Mulberry. HEX triplet: D2, 44 and 9C. RGB value is (210,68,156). Sum of RGB (Red+Green+Blue) = 210+68+156=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D2449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2449C is #2DBB63. Grayscale: #787878. Windows color (decimal): -2997092 or 10241234. OLE color: 10241234.

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

Color convert

RGB 210 68 156 -
CMYK 0 0.68 0.26 0.18
HSL 322.82º 0.61% 0.55% -
HSV(B) 322.82º 0.68% 0.82% -
XYZ 34.65 20.24 33.53 -
YUV 120.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 210 68 156 0 0.68 0.26 0.18 322.82 0.61 0.55
Hex D2 44 9C 0 44 1A 12 143 3D 37
Octal 322 104 234 0 104 32 22 503 75 67
Binary 11010010 1000100 10011100 0 1000100 11010 10010 101000011 111101 110111

Color Harmonies of #D2449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2449C

Black with #D2449C

Text Example


Text Example

White with #D2449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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