Html Css Color HEX #D25191 Mulberry

📋 copy color: '#D25191'

red 210 ◦ green 81 ◦ blue 145

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

Shades of Mulberry #D25191

Tints of Mulberry #D25191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 48.17%
G = 18.58%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D25191 (or 0xD25191) is known color: Mulberry. HEX triplet: D2, 51 and 91. RGB value is (210,81,145). Sum of RGB (Red+Green+Blue) = 210+81+145=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D25191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25191 is #2DAE6E. Grayscale: #7E7E7E. Windows color (decimal): -2993775 or 9523666. OLE color: 9523666.

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

Color convert

RGB 210 81 145 -
CMYK 0 0.61 0.31 0.18
HSL 330.23º 0.59% 0.57% -
HSV(B) 330.23º 0.61% 0.82% -
XYZ 34.63 21.63 29.14 -
YUV 126.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 210 81 145 0 0.61 0.31 0.18 330.23 0.59 0.57
Hex D2 51 91 0 3D 1F 12 14A 3B 39
Octal 322 121 221 0 75 37 22 512 73 71
Binary 11010010 1010001 10010001 0 111101 11111 10010 101001010 111011 111001

Color Harmonies of #D25191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25191

Black with #D25191

Text Example


Text Example

White with #D25191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25191; }

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

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

background-color css

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

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

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

border-color css

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

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

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