Html Css Color HEX #D2598E Mulberry

📋 copy color: '#D2598E'

red 210 ◦ green 89 ◦ blue 142

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

Shades of Mulberry #D2598E

Tints of Mulberry #D2598E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.18%

 BLUE value IS 142 (55.86% from 255) = 32.2%

R = 47.62%
G = 20.18%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2598E (or 0xD2598E) is known color: Mulberry. HEX triplet: D2, 59 and 8E. RGB value is (210,89,142). Sum of RGB (Red+Green+Blue) = 210+89+142=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2598E is #2DA671. Grayscale: #838383. Windows color (decimal): -2991730 or 9329106. OLE color: 9329106.

HSL color Cylindrical-coordinate representation of color #D2598E: hue angle of 333.72º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2598E is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 142 -
CMYK 0 0.58 0.32 0.18
HSL 333.72º 0.57% 0.59% -
HSV(B) 333.72º 0.58% 0.82% -
XYZ 35.03 22.8 28.15 -
YUV 131.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 210 89 142 0 0.58 0.32 0.18 333.72 0.57 0.59
Hex D2 59 8E 0 3A 20 12 14E 39 3B
Octal 322 131 216 0 72 40 22 516 71 73
Binary 11010010 1011001 10001110 0 111010 100000 10010 101001110 111001 111011

Color Harmonies of #D2598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2598E

Black with #D2598E

Text Example


Text Example

White with #D2598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2598E; }

 p { color: rgb(210,89,142); }

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

background-color css

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

 a { background-color: rgb(210,89,142); }

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

border-color css

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

 span { border-color: rgb(210,89,142); }

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