Html Css Color HEX #D2489D Mulberry

📋 copy color: '#D2489D'

red 210 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #D2489D

Tints of Mulberry #D2489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.76%

R = 47.84%
G = 16.4%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2489D (or 0xD2489D) is known color: Mulberry. HEX triplet: D2, 48 and 9D. RGB value is (210,72,157). Sum of RGB (Red+Green+Blue) = 210+72+157=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D2489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2489D is #2DB762. Grayscale: #7A7A7A. Windows color (decimal): -2996067 or 10307794. OLE color: 10307794.

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

Color convert

RGB 210 72 157 -
CMYK 0 0.66 0.25 0.18
HSL 323.04º 0.61% 0.55% -
HSV(B) 323.04º 0.66% 0.82% -
XYZ 34.98 20.77 34.06 -
YUV 122.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 210 72 157 0 0.66 0.25 0.18 323.04 0.61 0.55
Hex D2 48 9D 0 42 19 12 143 3D 37
Octal 322 110 235 0 102 31 22 503 75 67
Binary 11010010 1001000 10011101 0 1000010 11001 10010 101000011 111101 110111

Color Harmonies of #D2489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2489D

Black with #D2489D

Text Example


Text Example

White with #D2489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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