Html Css Color HEX #D25595 Mulberry

📋 copy color: '#D25595'

red 210 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #D25595

Tints of Mulberry #D25595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.56%

R = 47.3%
G = 19.14%
B = 33.56%

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

#D25595 (or 0xD25595) is known color: Mulberry. HEX triplet: D2, 55 and 95. RGB value is (210,85,149). Sum of RGB (Red+Green+Blue) = 210+85+149=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D25595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25595 is #2DAA6A. Grayscale: #818181. Windows color (decimal): -2992747 or 9786834. OLE color: 9786834.

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

Color convert

RGB 210 85 149 -
CMYK 0 0.60 0.29 0.18
HSL 329.28º 0.58% 0.58% -
HSV(B) 329.28º 0.6% 0.82% -
XYZ 35.25 22.37 30.89 -
YUV 129.67 138.91 185.3 -
System Red Green Blue C M Y K H S L
Decimal 210 85 149 0 0.60 0.29 0.18 329.28 0.58 0.58
Hex D2 55 95 0 3C 1D 12 149 3A 3A
Octal 322 125 225 0 74 35 22 511 72 72
Binary 11010010 1010101 10010101 0 111100 11101 10010 101001001 111010 111010

Color Harmonies of #D25595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25595

Black with #D25595

Text Example


Text Example

White with #D25595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25595; }

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

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

background-color css

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

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

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

border-color css

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

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

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