Html Css Color HEX #D25790 Mulberry

📋 copy color: '#D25790'

red 210 ◦ green 87 ◦ blue 144

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

Shades of Mulberry #D25790

Tints of Mulberry #D25790

RGB

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

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

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

R = 47.62%
G = 19.73%
B = 32.65%

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

#D25790 (or 0xD25790) is known color: Mulberry. HEX triplet: D2, 57 and 90. RGB value is (210,87,144). Sum of RGB (Red+Green+Blue) = 210+87+144=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D25790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25790 is #2DA86F. Grayscale: #828282. Windows color (decimal): -2992240 or 9459666. OLE color: 9459666.

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

Color convert

RGB 210 87 144 -
CMYK 0 0.59 0.31 0.18
HSL 332.2º 0.58% 0.58% -
HSV(B) 332.2º 0.59% 0.82% -
XYZ 35.02 22.53 28.89 -
YUV 130.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 210 87 144 0 0.59 0.31 0.18 332.2 0.58 0.58
Hex D2 57 90 0 3B 1F 12 14C 3A 3A
Octal 322 127 220 0 73 37 22 514 72 72
Binary 11010010 1010111 10010000 0 111011 11111 10010 101001100 111010 111010

Color Harmonies of #D25790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25790

Black with #D25790

Text Example


Text Example

White with #D25790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25790; }

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

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

background-color css

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

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

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

border-color css

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

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

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