Html Css Color HEX #D458A9 Mulberry

📋 copy color: '#D458A9'

red 212 ◦ green 88 ◦ blue 169

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

Shades of Mulberry #D458A9

Tints of Mulberry #D458A9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.76%

 BLUE value IS 169 (66.41% from 255) = 36.03%

R = 45.2%
G = 18.76%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D458A9 (or 0xD458A9) is known color: Mulberry. HEX triplet: D4, 58 and A9. RGB value is (212,88,169). Sum of RGB (Red+Green+Blue) = 212+88+169=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D458A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D458A9 is #2BA756. Grayscale: #868686. Windows color (decimal): -2860887 or 11098324. OLE color: 11098324.

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

Color convert

RGB 212 88 169 -
CMYK 0 0.58 0.20 0.17
HSL 320.81º 0.59% 0.59% -
HSV(B) 320.81º 0.58% 0.83% -
XYZ 37.8 23.84 40.15 -
YUV 134.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 212 88 169 0 0.58 0.20 0.17 320.81 0.59 0.59
Hex D4 58 A9 0 3A 14 11 141 3B 3B
Octal 324 130 251 0 72 24 21 501 73 73
Binary 11010100 1011000 10101001 0 111010 10100 10001 101000001 111011 111011

Color Harmonies of #D458A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458A9

Black with #D458A9

Text Example


Text Example

White with #D458A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458A9; }

 p { color: rgb(212,88,169); }

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

background-color css

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

 a { background-color: rgb(212,88,169); }

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

border-color css

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

 span { border-color: rgb(212,88,169); }

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