Html Css Color HEX #D25794 Mulberry

📋 copy color: '#D25794'

red 210 ◦ green 87 ◦ blue 148

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

Shades of Mulberry #D25794

Tints of Mulberry #D25794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.26%

R = 47.19%
G = 19.55%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D25794 (or 0xD25794) is known color: Mulberry. HEX triplet: D2, 57 and 94. RGB value is (210,87,148). Sum of RGB (Red+Green+Blue) = 210+87+148=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D25794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25794 is #2DA86B. Grayscale: #828282. Windows color (decimal): -2992236 or 9721810. OLE color: 9721810.

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

Color convert

RGB 210 87 148 -
CMYK 0 0.59 0.30 0.18
HSL 330.24º 0.58% 0.58% -
HSV(B) 330.24º 0.59% 0.82% -
XYZ 35.33 22.66 30.53 -
YUV 130.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 210 87 148 0 0.59 0.30 0.18 330.24 0.58 0.58
Hex D2 57 94 0 3B 1E 12 14A 3A 3A
Octal 322 127 224 0 73 36 22 512 72 72
Binary 11010010 1010111 10010100 0 111011 11110 10010 101001010 111010 111010

Color Harmonies of #D25794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25794

Black with #D25794

Text Example


Text Example

White with #D25794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25794; }

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

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

background-color css

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

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

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

border-color css

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

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

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