Html Css Color HEX #D2498A Mulberry

📋 copy color: '#D2498A'

red 210 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #D2498A

Tints of Mulberry #D2498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 49.88%
G = 17.34%
B = 32.78%

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

#D2498A (or 0xD2498A) is known color: Mulberry. HEX triplet: D2, 49 and 8A. RGB value is (210,73,138). Sum of RGB (Red+Green+Blue) = 210+73+138=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2498A is #2DB675. Grayscale: #797979. Windows color (decimal): -2995830 or 9062866. OLE color: 9062866.

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

Color convert

RGB 210 73 138 -
CMYK 0 0.65 0.34 0.18
HSL 331.53º 0.6% 0.55% -
HSV(B) 331.53º 0.65% 0.82% -
XYZ 33.55 20.3 26.2 -
YUV 121.37 137.39 191.21 -
System Red Green Blue C M Y K H S L
Decimal 210 73 138 0 0.65 0.34 0.18 331.53 0.6 0.55
Hex D2 49 8A 0 41 22 12 14C 3C 37
Octal 322 111 212 0 101 42 22 514 74 67
Binary 11010010 1001001 10001010 0 1000001 100010 10010 101001100 111100 110111

Color Harmonies of #D2498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2498A

Black with #D2498A

Text Example


Text Example

White with #D2498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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