Html Css Color HEX #D25891 Mulberry

📋 copy color: '#D25891'

red 210 ◦ green 88 ◦ blue 145

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

Shades of Mulberry #D25891

Tints of Mulberry #D25891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 145 (57.03% from 255) = 32.73%

R = 47.4%
G = 19.86%
B = 32.73%

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

#D25891 (or 0xD25891) is known color: Mulberry. HEX triplet: D2, 58 and 91. RGB value is (210,88,145). Sum of RGB (Red+Green+Blue) = 210+88+145=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D25891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25891 is #2DA76E. Grayscale: #828282. Windows color (decimal): -2991983 or 9525458. OLE color: 9525458.

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

Color convert

RGB 210 88 145 -
CMYK 0 0.58 0.31 0.18
HSL 331.97º 0.58% 0.58% -
HSV(B) 331.97º 0.58% 0.82% -
XYZ 35.18 22.73 29.32 -
YUV 130.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 210 88 145 0 0.58 0.31 0.18 331.97 0.58 0.58
Hex D2 58 91 0 3A 1F 12 14C 3A 3A
Octal 322 130 221 0 72 37 22 514 72 72
Binary 11010010 1011000 10010001 0 111010 11111 10010 101001100 111010 111010

Color Harmonies of #D25891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25891

Black with #D25891

Text Example


Text Example

White with #D25891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25891; }

 p { color: rgb(210,88,145); }

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

background-color css

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

 a { background-color: rgb(210,88,145); }

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

border-color css

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

 span { border-color: rgb(210,88,145); }

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