Html Css Color HEX #D25389 Mulberry

📋 copy color: '#D25389'

red 210 ◦ green 83 ◦ blue 137

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

Shades of Mulberry #D25389

Tints of Mulberry #D25389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.86%

R = 48.84%
G = 19.3%
B = 31.86%

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

#D25389 (or 0xD25389) is known color: Mulberry. HEX triplet: D2, 53 and 89. RGB value is (210,83,137). Sum of RGB (Red+Green+Blue) = 210+83+137=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D25389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25389 is #2DAC76. Grayscale: #7F7F7F. Windows color (decimal): -2993271 or 8999890. OLE color: 8999890.

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

Color convert

RGB 210 83 137 -
CMYK 0 0.60 0.35 0.18
HSL 334.49º 0.59% 0.57% -
HSV(B) 334.49º 0.6% 0.82% -
XYZ 34.19 21.69 26.05 -
YUV 127.13 133.58 187.11 -
System Red Green Blue C M Y K H S L
Decimal 210 83 137 0 0.60 0.35 0.18 334.49 0.59 0.57
Hex D2 53 89 0 3C 23 12 14E 3B 39
Octal 322 123 211 0 74 43 22 516 73 71
Binary 11010010 1010011 10001001 0 111100 100011 10010 101001110 111011 111001

Color Harmonies of #D25389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25389

Black with #D25389

Text Example


Text Example

White with #D25389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25389; }

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

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

background-color css

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

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

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

border-color css

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

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

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