Html Css Color HEX #D25791 Mulberry

📋 copy color: '#D25791'

red 210 ◦ green 87 ◦ blue 145

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

Shades of Mulberry #D25791

Tints of Mulberry #D25791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.68%

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

R = 47.51%
G = 19.68%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D25791 (or 0xD25791) is known color: Mulberry. HEX triplet: D2, 57 and 91. RGB value is (210,87,145). Sum of RGB (Red+Green+Blue) = 210+87+145=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D25791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25791 is #2DA86E. Grayscale: #828282. Windows color (decimal): -2992239 or 9525202. OLE color: 9525202.

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

Color convert

RGB 210 87 145 -
CMYK 0 0.59 0.31 0.18
HSL 331.71º 0.58% 0.58% -
HSV(B) 331.71º 0.59% 0.82% -
XYZ 35.1 22.56 29.29 -
YUV 130.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 210 87 145 0 0.59 0.31 0.18 331.71 0.58 0.58
Hex D2 57 91 0 3B 1F 12 14C 3A 3A
Octal 322 127 221 0 73 37 22 514 72 72
Binary 11010010 1010111 10010001 0 111011 11111 10010 101001100 111010 111010

Color Harmonies of #D25791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25791

Black with #D25791

Text Example


Text Example

White with #D25791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25791; }

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

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

background-color css

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

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

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

border-color css

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

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

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