Html Css Color HEX #D25594 Mulberry

📋 copy color: '#D25594'

red 210 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #D25594

Tints of Mulberry #D25594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.41%

R = 47.4%
G = 19.19%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D25594 (or 0xD25594) is known color: Mulberry. HEX triplet: D2, 55 and 94. RGB value is (210,85,148). Sum of RGB (Red+Green+Blue) = 210+85+148=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D25594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25594 is #2DAA6B. Grayscale: #818181. Windows color (decimal): -2992748 or 9721298. OLE color: 9721298.

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

Color convert

RGB 210 85 148 -
CMYK 0 0.60 0.30 0.18
HSL 329.76º 0.58% 0.58% -
HSV(B) 329.76º 0.6% 0.82% -
XYZ 35.17 22.34 30.47 -
YUV 129.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 210 85 148 0 0.60 0.30 0.18 329.76 0.58 0.58
Hex D2 55 94 0 3C 1E 12 14A 3A 3A
Octal 322 125 224 0 74 36 22 512 72 72
Binary 11010010 1010101 10010100 0 111100 11110 10010 101001010 111010 111010

Color Harmonies of #D25594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25594

Black with #D25594

Text Example


Text Example

White with #D25594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25594; }

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

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

background-color css

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

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

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

border-color css

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

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

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