Html Css Color HEX #D458A8 Mulberry

📋 copy color: '#D458A8'

red 212 ◦ green 88 ◦ blue 168

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

Shades of Mulberry #D458A8

Tints of Mulberry #D458A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.9%

R = 45.3%
G = 18.8%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D458A8 (or 0xD458A8) is known color: Mulberry. HEX triplet: D4, 58 and A8. RGB value is (212,88,168). Sum of RGB (Red+Green+Blue) = 212+88+168=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D458A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D458A8 is #2BA757. Grayscale: #858585. Windows color (decimal): -2860888 or 11032788. OLE color: 11032788.

HSL color Cylindrical-coordinate representation of color #D458A8: hue angle of 321.29º 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 #D458A8 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 88 168 -
CMYK 0 0.58 0.21 0.17
HSL 321.29º 0.59% 0.59% -
HSV(B) 321.29º 0.58% 0.83% -
XYZ 37.71 23.8 39.65 -
YUV 134.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 212 88 168 0 0.58 0.21 0.17 321.29 0.59 0.59
Hex D4 58 A8 0 3A 15 11 141 3B 3B
Octal 324 130 250 0 72 25 21 501 73 73
Binary 11010100 1011000 10101000 0 111010 10101 10001 101000001 111011 111011

Color Harmonies of #D458A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458A8

Black with #D458A8

Text Example


Text Example

White with #D458A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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