Html Css Color HEX #D25289 Mulberry

📋 copy color: '#D25289'

red 210 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #D25289

Tints of Mulberry #D25289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

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

R = 48.95%
G = 19.11%
B = 31.93%

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

#D25289 (or 0xD25289) is known color: Mulberry. HEX triplet: D2, 52 and 89. RGB value is (210,82,137). Sum of RGB (Red+Green+Blue) = 210+82+137=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D25289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25289 is #2DAD76. Grayscale: #7E7E7E. Windows color (decimal): -2993527 or 8999634. OLE color: 8999634.

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

Color convert

RGB 210 82 137 -
CMYK 0 0.61 0.35 0.18
HSL 334.22º 0.59% 0.57% -
HSV(B) 334.22º 0.61% 0.82% -
XYZ 34.11 21.54 26.03 -
YUV 126.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 210 82 137 0 0.61 0.35 0.18 334.22 0.59 0.57
Hex D2 52 89 0 3D 23 12 14E 3B 39
Octal 322 122 211 0 75 43 22 516 73 71
Binary 11010010 1010010 10001001 0 111101 100011 10010 101001110 111011 111001

Color Harmonies of #D25289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25289

Black with #D25289

Text Example


Text Example

White with #D25289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25289; }

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

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

background-color css

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

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

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

border-color css

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

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

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