Html Css Color HEX #D25189 Mulberry

📋 copy color: '#D25189'

red 210 ◦ green 81 ◦ blue 137

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

Shades of Mulberry #D25189

Tints of Mulberry #D25189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 49.07%
G = 18.93%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D25189 (or 0xD25189) is known color: Mulberry. HEX triplet: D2, 51 and 89. RGB value is (210,81,137). Sum of RGB (Red+Green+Blue) = 210+81+137=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D25189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25189 is #2DAE76. Grayscale: #7D7D7D. Windows color (decimal): -2993783 or 8999378. OLE color: 8999378.

HSL color Cylindrical-coordinate representation of color #D25189: hue angle of 333.95º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25189 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 81 137 -
CMYK 0 0.61 0.35 0.18
HSL 333.95º 0.59% 0.57% -
HSV(B) 333.95º 0.61% 0.82% -
XYZ 34.04 21.39 26 -
YUV 125.96 134.24 187.95 -
System Red Green Blue C M Y K H S L
Decimal 210 81 137 0 0.61 0.35 0.18 333.95 0.59 0.57
Hex D2 51 89 0 3D 23 12 14E 3B 39
Octal 322 121 211 0 75 43 22 516 73 71
Binary 11010010 1010001 10001001 0 111101 100011 10010 101001110 111011 111001

Color Harmonies of #D25189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25189

Black with #D25189

Text Example


Text Example

White with #D25189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25189; }

 p { color: rgb(210,81,137); }

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

background-color css

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

 a { background-color: rgb(210,81,137); }

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

border-color css

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

 span { border-color: rgb(210,81,137); }

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