Html Css Color HEX #D45299 Mulberry

📋 copy color: '#D45299'

red 212 ◦ green 82 ◦ blue 153

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

Shades of Mulberry #D45299

Tints of Mulberry #D45299

RGB

 RED value IS 212 (83.2% from 255) = 47.43%

 GREEN value IS 82 (32.42% from 255) = 18.34%

 BLUE value IS 153 (60.16% from 255) = 34.23%

R = 47.43%
G = 18.34%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D45299 (or 0xD45299) is known color: Mulberry. HEX triplet: D4, 52 and 99. RGB value is (212,82,153). Sum of RGB (Red+Green+Blue) = 212+82+153=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D45299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45299 is #2BAD66. Grayscale: #808080. Windows color (decimal): -2862439 or 10048212. OLE color: 10048212.

HSL color Cylindrical-coordinate representation of color #D45299: hue angle of 327.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45299 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 82 153 -
CMYK 0 0.61 0.28 0.17
HSL 327.23º 0.6% 0.58% -
HSV(B) 327.23º 0.61% 0.83% -
XYZ 35.92 22.33 32.55 -
YUV 128.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 212 82 153 0 0.61 0.28 0.17 327.23 0.6 0.58
Hex D4 52 99 0 3D 1C 11 147 3C 3A
Octal 324 122 231 0 75 34 21 507 74 72
Binary 11010100 1010010 10011001 0 111101 11100 10001 101000111 111100 111010

Color Harmonies of #D45299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45299

Black with #D45299

Text Example


Text Example

White with #D45299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45299; }

 p { color: rgb(212,82,153); }

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

background-color css

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

 a { background-color: rgb(212,82,153); }

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

border-color css

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

 span { border-color: rgb(212,82,153); }

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