Html Css Color HEX #D25087 Mulberry

📋 copy color: '#D25087'

red 210 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #D25087

Tints of Mulberry #D25087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.82%

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 49.41%
G = 18.82%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D25087 (or 0xD25087) is known color: Mulberry. HEX triplet: D2, 50 and 87. RGB value is (210,80,135). Sum of RGB (Red+Green+Blue) = 210+80+135=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D25087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25087 is #2DAF78. Grayscale: #7D7D7D. Windows color (decimal): -2994041 or 8868050. OLE color: 8868050.

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

Color convert

RGB 210 80 135 -
CMYK 0 0.62 0.36 0.18
HSL 334.62º 0.59% 0.57% -
HSV(B) 334.62º 0.62% 0.82% -
XYZ 33.82 21.19 25.23 -
YUV 125.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 210 80 135 0 0.62 0.36 0.18 334.62 0.59 0.57
Hex D2 50 87 0 3E 24 12 14F 3B 39
Octal 322 120 207 0 76 44 22 517 73 71
Binary 11010010 1010000 10000111 0 111110 100100 10010 101001111 111011 111001

Color Harmonies of #D25087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25087

Black with #D25087

Text Example


Text Example

White with #D25087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25087; }

 p { color: rgb(210,80,135); }

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

background-color css

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

 a { background-color: rgb(210,80,135); }

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

border-color css

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

 span { border-color: rgb(210,80,135); }

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