Html Css Color HEX #D25197 Mulberry

📋 copy color: '#D25197'

red 210 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #D25197

Tints of Mulberry #D25197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.33%

 BLUE value IS 151 (59.38% from 255) = 34.16%

R = 47.51%
G = 18.33%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D25197 (or 0xD25197) is known color: Mulberry. HEX triplet: D2, 51 and 97. RGB value is (210,81,151). Sum of RGB (Red+Green+Blue) = 210+81+151=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D25197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25197 is #2DAE68. Grayscale: #7F7F7F. Windows color (decimal): -2993769 or 9916882. OLE color: 9916882.

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

Color convert

RGB 210 81 151 -
CMYK 0 0.61 0.28 0.18
HSL 327.44º 0.59% 0.57% -
HSV(B) 327.44º 0.61% 0.82% -
XYZ 35.11 21.82 31.64 -
YUV 127.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 210 81 151 0 0.61 0.28 0.18 327.44 0.59 0.57
Hex D2 51 97 0 3D 1C 12 147 3B 39
Octal 322 121 227 0 75 34 22 507 73 71
Binary 11010010 1010001 10010111 0 111101 11100 10010 101000111 111011 111001

Color Harmonies of #D25197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25197

Black with #D25197

Text Example


Text Example

White with #D25197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25197; }

 p { color: rgb(210,81,151); }

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

background-color css

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

 a { background-color: rgb(210,81,151); }

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

border-color css

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

 span { border-color: rgb(210,81,151); }

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