Html Css Color HEX #D25088 Mulberry

📋 copy color: '#D25088'

red 210 ◦ green 80 ◦ blue 136

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

Shades of Mulberry #D25088

Tints of Mulberry #D25088

RGB

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

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

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

R = 49.3%
G = 18.78%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D25088 (or 0xD25088) is known color: Mulberry. HEX triplet: D2, 50 and 88. RGB value is (210,80,136). Sum of RGB (Red+Green+Blue) = 210+80+136=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D25088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25088 is #2DAF77. Grayscale: #7D7D7D. Windows color (decimal): -2994040 or 8933586. OLE color: 8933586.

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

Color convert

RGB 210 80 136 -
CMYK 0 0.62 0.35 0.18
HSL 334.15º 0.59% 0.57% -
HSV(B) 334.15º 0.62% 0.82% -
XYZ 33.89 21.22 25.6 -
YUV 125.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 210 80 136 0 0.62 0.35 0.18 334.15 0.59 0.57
Hex D2 50 88 0 3E 23 12 14E 3B 39
Octal 322 120 210 0 76 43 22 516 73 71
Binary 11010010 1010000 10001000 0 111110 100011 10010 101001110 111011 111001

Color Harmonies of #D25088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25088

Black with #D25088

Text Example


Text Example

White with #D25088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25088; }

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

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

background-color css

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

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

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

border-color css

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

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

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