Html Css Color HEX #D2498B Mulberry

📋 copy color: '#D2498B'

red 210 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #D2498B

Tints of Mulberry #D2498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 49.76%
G = 17.3%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2498B (or 0xD2498B) is known color: Mulberry. HEX triplet: D2, 49 and 8B. RGB value is (210,73,139). Sum of RGB (Red+Green+Blue) = 210+73+139=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2498B is #2DB674. Grayscale: #797979. Windows color (decimal): -2995829 or 9128402. OLE color: 9128402.

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

Color convert

RGB 210 73 139 -
CMYK 0 0.65 0.34 0.18
HSL 331.09º 0.6% 0.55% -
HSV(B) 331.09º 0.65% 0.82% -
XYZ 33.62 20.33 26.58 -
YUV 121.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 210 73 139 0 0.65 0.34 0.18 331.09 0.6 0.55
Hex D2 49 8B 0 41 22 12 14B 3C 37
Octal 322 111 213 0 101 42 22 513 74 67
Binary 11010010 1001001 10001011 0 1000001 100010 10010 101001011 111100 110111

Color Harmonies of #D2498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2498B

Black with #D2498B

Text Example


Text Example

White with #D2498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2498B; }

 p { color: rgb(210,73,139); }

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

background-color css

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

 a { background-color: rgb(210,73,139); }

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

border-color css

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

 span { border-color: rgb(210,73,139); }

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