Html Css Color HEX #D25591 Mulberry

📋 copy color: '#D25591'

red 210 ◦ green 85 ◦ blue 145

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

Shades of Mulberry #D25591

Tints of Mulberry #D25591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 47.73%
G = 19.32%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D25591 (or 0xD25591) is known color: Mulberry. HEX triplet: D2, 55 and 91. RGB value is (210,85,145). Sum of RGB (Red+Green+Blue) = 210+85+145=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D25591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25591 is #2DAA6E. Grayscale: #818181. Windows color (decimal): -2992751 or 9524690. OLE color: 9524690.

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

Color convert

RGB 210 85 145 -
CMYK 0 0.60 0.31 0.18
HSL 331.2º 0.58% 0.58% -
HSV(B) 331.2º 0.6% 0.82% -
XYZ 34.94 22.24 29.24 -
YUV 129.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 210 85 145 0 0.60 0.31 0.18 331.2 0.58 0.58
Hex D2 55 91 0 3C 1F 12 14B 3A 3A
Octal 322 125 221 0 74 37 22 513 72 72
Binary 11010010 1010101 10010001 0 111100 11111 10010 101001011 111010 111010

Color Harmonies of #D25591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25591

Black with #D25591

Text Example


Text Example

White with #D25591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25591; }

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

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

background-color css

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

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

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

border-color css

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

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

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