Html Css Color HEX #D25096 Mulberry

📋 copy color: '#D25096'

red 210 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #D25096

Tints of Mulberry #D25096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

 BLUE value IS 150 (58.98% from 255) = 34.09%

R = 47.73%
G = 18.18%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D25096 (or 0xD25096) is known color: Mulberry. HEX triplet: D2, 50 and 96. RGB value is (210,80,150). Sum of RGB (Red+Green+Blue) = 210+80+150=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D25096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25096 is #2DAF69. Grayscale: #7E7E7E. Windows color (decimal): -2994026 or 9851090. OLE color: 9851090.

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

Color convert

RGB 210 80 150 -
CMYK 0 0.62 0.29 0.18
HSL 327.69º 0.59% 0.57% -
HSV(B) 327.69º 0.62% 0.82% -
XYZ 34.95 21.64 31.19 -
YUV 126.85 141.07 187.31 -
System Red Green Blue C M Y K H S L
Decimal 210 80 150 0 0.62 0.29 0.18 327.69 0.59 0.57
Hex D2 50 96 0 3E 1D 12 148 3B 39
Octal 322 120 226 0 76 35 22 510 73 71
Binary 11010010 1010000 10010110 0 111110 11101 10010 101001000 111011 111001

Color Harmonies of #D25096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25096

Black with #D25096

Text Example


Text Example

White with #D25096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25096; }

 p { color: rgb(210,80,150); }

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

background-color css

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

 a { background-color: rgb(210,80,150); }

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

border-color css

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

 span { border-color: rgb(210,80,150); }

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