Html Css Color HEX #D2599E Mulberry

📋 copy color: '#D2599E'

red 210 ◦ green 89 ◦ blue 158

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

Shades of Mulberry #D2599E

Tints of Mulberry #D2599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.57%

R = 45.95%
G = 19.47%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2599E (or 0xD2599E) is known color: Mulberry. HEX triplet: D2, 59 and 9E. RGB value is (210,89,158). Sum of RGB (Red+Green+Blue) = 210+89+158=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2599E is #2DA661. Grayscale: #848484. Windows color (decimal): -2991714 or 10377682. OLE color: 10377682.

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

Color convert

RGB 210 89 158 -
CMYK 0 0.58 0.25 0.18
HSL 325.79º 0.57% 0.59% -
HSV(B) 325.79º 0.58% 0.82% -
XYZ 36.32 23.32 34.93 -
YUV 133.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 210 89 158 0 0.58 0.25 0.18 325.79 0.57 0.59
Hex D2 59 9E 0 3A 19 12 146 39 3B
Octal 322 131 236 0 72 31 22 506 71 73
Binary 11010010 1011001 10011110 0 111010 11001 10010 101000110 111001 111011

Color Harmonies of #D2599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2599E

Black with #D2599E

Text Example


Text Example

White with #D2599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2599E; }

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

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

background-color css

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

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

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

border-color css

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

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

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