Html Css Color HEX #D25596 Mulberry

📋 copy color: '#D25596'

red 210 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #D25596

Tints of Mulberry #D25596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

 BLUE value IS 150 (58.98% from 255) = 33.71%

R = 47.19%
G = 19.1%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D25596 (or 0xD25596) is known color: Mulberry. HEX triplet: D2, 55 and 96. RGB value is (210,85,150). Sum of RGB (Red+Green+Blue) = 210+85+150=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D25596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25596 is #2DAA69. Grayscale: #818181. Windows color (decimal): -2992746 or 9852370. OLE color: 9852370.

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

Color convert

RGB 210 85 150 -
CMYK 0 0.60 0.29 0.18
HSL 328.8º 0.58% 0.58% -
HSV(B) 328.8º 0.6% 0.82% -
XYZ 35.33 22.4 31.32 -
YUV 129.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 210 85 150 0 0.60 0.29 0.18 328.8 0.58 0.58
Hex D2 55 96 0 3C 1D 12 149 3A 3A
Octal 322 125 226 0 74 35 22 511 72 72
Binary 11010010 1010101 10010110 0 111100 11101 10010 101001001 111010 111010

Color Harmonies of #D25596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25596

Black with #D25596

Text Example


Text Example

White with #D25596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25596; }

 p { color: rgb(210,85,150); }

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

background-color css

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

 a { background-color: rgb(210,85,150); }

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

border-color css

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

 span { border-color: rgb(210,85,150); }

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