Html Css Color HEX #D2489C Mulberry

📋 copy color: '#D2489C'

red 210 ◦ green 72 ◦ blue 156

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

Shades of Mulberry #D2489C

Tints of Mulberry #D2489C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.44%

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

R = 47.95%
G = 16.44%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D2489C (or 0xD2489C) is known color: Mulberry. HEX triplet: D2, 48 and 9C. RGB value is (210,72,156). Sum of RGB (Red+Green+Blue) = 210+72+156=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2489C is #2DB763. Grayscale: #7A7A7A. Windows color (decimal): -2996068 or 10242258. OLE color: 10242258.

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

Color convert

RGB 210 72 156 -
CMYK 0 0.66 0.26 0.18
HSL 323.48º 0.61% 0.55% -
HSV(B) 323.48º 0.66% 0.82% -
XYZ 34.9 20.74 33.62 -
YUV 122.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 210 72 156 0 0.66 0.26 0.18 323.48 0.61 0.55
Hex D2 48 9C 0 42 1A 12 143 3D 37
Octal 322 110 234 0 102 32 22 503 75 67
Binary 11010010 1001000 10011100 0 1000010 11010 10010 101000011 111101 110111

Color Harmonies of #D2489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2489C

Black with #D2489C

Text Example


Text Example

White with #D2489C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2489C; }

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

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

background-color css

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

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

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

border-color css

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

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

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