Html Css Color HEX #D25497 Mulberry

📋 copy color: '#D25497'

red 210 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #D25497

Tints of Mulberry #D25497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.88%

 BLUE value IS 151 (59.38% from 255) = 33.93%

R = 47.19%
G = 18.88%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D25497 (or 0xD25497) is known color: Mulberry. HEX triplet: D2, 54 and 97. RGB value is (210,84,151). Sum of RGB (Red+Green+Blue) = 210+84+151=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D25497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25497 is #2DAB68. Grayscale: #818181. Windows color (decimal): -2993001 or 9917650. OLE color: 9917650.

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

Color convert

RGB 210 84 151 -
CMYK 0 0.6 0.28 0.18
HSL 328.1º 0.58% 0.58% -
HSV(B) 328.1º 0.6% 0.82% -
XYZ 35.33 22.28 31.72 -
YUV 129.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 210 84 151 0 0.6 0.28 0.18 328.1 0.58 0.58
Hex D2 54 97 0 3C 1C 12 148 3A 3A
Octal 322 124 227 0 74 34 22 510 72 72
Binary 11010010 1010100 10010111 0 111100 11100 10010 101001000 111010 111010

Color Harmonies of #D25497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25497

Black with #D25497

Text Example


Text Example

White with #D25497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25497; }

 p { color: rgb(210,84,151); }

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

background-color css

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

 a { background-color: rgb(210,84,151); }

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

border-color css

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

 span { border-color: rgb(210,84,151); }

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