Html Css Color HEX #D25996 Mulberry

📋 copy color: '#D25996'

red 210 ◦ green 89 ◦ blue 150

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

Shades of Mulberry #D25996

Tints of Mulberry #D25996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.82%

 BLUE value IS 150 (58.98% from 255) = 33.41%

R = 46.77%
G = 19.82%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D25996 (or 0xD25996) is known color: Mulberry. HEX triplet: D2, 59 and 96. RGB value is (210,89,150). Sum of RGB (Red+Green+Blue) = 210+89+150=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D25996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25996 is #2DA669. Grayscale: #848484. Windows color (decimal): -2991722 or 9853394. OLE color: 9853394.

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

Color convert

RGB 210 89 150 -
CMYK 0 0.58 0.29 0.18
HSL 329.75º 0.57% 0.59% -
HSV(B) 329.75º 0.58% 0.82% -
XYZ 35.66 23.05 31.42 -
YUV 132.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 210 89 150 0 0.58 0.29 0.18 329.75 0.57 0.59
Hex D2 59 96 0 3A 1D 12 14A 39 3B
Octal 322 131 226 0 72 35 22 512 71 73
Binary 11010010 1011001 10010110 0 111010 11101 10010 101001010 111001 111011

Color Harmonies of #D25996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25996

Black with #D25996

Text Example


Text Example

White with #D25996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25996; }

 p { color: rgb(210,89,150); }

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

background-color css

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

 a { background-color: rgb(210,89,150); }

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

border-color css

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

 span { border-color: rgb(210,89,150); }

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