Html Css Color HEX #D25488 Mulberry

📋 copy color: '#D25488'

red 210 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #D25488

Tints of Mulberry #D25488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.63%

R = 48.84%
G = 19.53%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D25488 (or 0xD25488) is known color: Mulberry. HEX triplet: D2, 54 and 88. RGB value is (210,84,136). Sum of RGB (Red+Green+Blue) = 210+84+136=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D25488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25488 is #2DAB77. Grayscale: #7F7F7F. Windows color (decimal): -2993016 or 8934610. OLE color: 8934610.

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

Color convert

RGB 210 84 136 -
CMYK 0 0.6 0.35 0.18
HSL 335.24º 0.58% 0.58% -
HSV(B) 335.24º 0.6% 0.82% -
XYZ 34.19 21.82 25.7 -
YUV 127.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 210 84 136 0 0.6 0.35 0.18 335.24 0.58 0.58
Hex D2 54 88 0 3C 23 12 14F 3A 3A
Octal 322 124 210 0 74 43 22 517 72 72
Binary 11010010 1010100 10001000 0 111100 100011 10010 101001111 111010 111010

Color Harmonies of #D25488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25488

Black with #D25488

Text Example


Text Example

White with #D25488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25488; }

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

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

background-color css

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

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

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

border-color css

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

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

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