Html Css Color HEX #D25990 Mulberry

📋 copy color: '#D25990'

red 210 ◦ green 89 ◦ blue 144

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

Shades of Mulberry #D25990

Tints of Mulberry #D25990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.09%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 47.4%
G = 20.09%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D25990 (or 0xD25990) is known color: Mulberry. HEX triplet: D2, 59 and 90. RGB value is (210,89,144). Sum of RGB (Red+Green+Blue) = 210+89+144=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D25990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25990 is #2DA66F. Grayscale: #838383. Windows color (decimal): -2991728 or 9460178. OLE color: 9460178.

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

Color convert

RGB 210 89 144 -
CMYK 0 0.58 0.31 0.18
HSL 332.73º 0.57% 0.59% -
HSV(B) 332.73º 0.58% 0.82% -
XYZ 35.18 22.86 28.94 -
YUV 131.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 210 89 144 0 0.58 0.31 0.18 332.73 0.57 0.59
Hex D2 59 90 0 3A 1F 12 14D 39 3B
Octal 322 131 220 0 72 37 22 515 71 73
Binary 11010010 1011001 10010000 0 111010 11111 10010 101001101 111001 111011

Color Harmonies of #D25990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25990

Black with #D25990

Text Example


Text Example

White with #D25990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25990; }

 p { color: rgb(210,89,144); }

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

background-color css

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

 a { background-color: rgb(210,89,144); }

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

border-color css

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

 span { border-color: rgb(210,89,144); }

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