Html Css Color HEX #D25992 Mulberry

📋 copy color: '#D25992'

red 210 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #D25992

Tints of Mulberry #D25992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.81%

R = 47.19%
G = 20%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D25992 (or 0xD25992) is known color: Mulberry. HEX triplet: D2, 59 and 92. RGB value is (210,89,146). Sum of RGB (Red+Green+Blue) = 210+89+146=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D25992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25992 is #2DA66D. Grayscale: #838383. Windows color (decimal): -2991726 or 9591250. OLE color: 9591250.

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

Color convert

RGB 210 89 146 -
CMYK 0 0.58 0.30 0.18
HSL 331.74º 0.57% 0.59% -
HSV(B) 331.74º 0.58% 0.82% -
XYZ 35.34 22.92 29.76 -
YUV 131.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 210 89 146 0 0.58 0.30 0.18 331.74 0.57 0.59
Hex D2 59 92 0 3A 1E 12 14C 39 3B
Octal 322 131 222 0 72 36 22 514 71 73
Binary 11010010 1011001 10010010 0 111010 11110 10010 101001100 111001 111011

Color Harmonies of #D25992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25992

Black with #D25992

Text Example


Text Example

White with #D25992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25992; }

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

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

background-color css

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

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

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

border-color css

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

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

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