Html Css Color HEX #D25388 Mulberry

📋 copy color: '#D25388'

red 210 ◦ green 83 ◦ blue 136

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

Shades of Mulberry #D25388

Tints of Mulberry #D25388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

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

R = 48.95%
G = 19.35%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D25388 (or 0xD25388) is known color: Mulberry. HEX triplet: D2, 53 and 88. RGB value is (210,83,136). Sum of RGB (Red+Green+Blue) = 210+83+136=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D25388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25388 is #2DAC77. Grayscale: #7E7E7E. Windows color (decimal): -2993272 or 8934354. OLE color: 8934354.

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

Color convert

RGB 210 83 136 -
CMYK 0 0.60 0.35 0.18
HSL 334.96º 0.59% 0.57% -
HSV(B) 334.96º 0.6% 0.82% -
XYZ 34.12 21.67 25.68 -
YUV 127.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 210 83 136 0 0.60 0.35 0.18 334.96 0.59 0.57
Hex D2 53 88 0 3C 23 12 14F 3B 39
Octal 322 123 210 0 74 43 22 517 73 71
Binary 11010010 1010011 10001000 0 111100 100011 10010 101001111 111011 111001

Color Harmonies of #D25388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25388

Black with #D25388

Text Example


Text Example

White with #D25388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25388; }

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

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

background-color css

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

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

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

border-color css

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

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

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