Html Css Color HEX #D458AB Mulberry

📋 copy color: '#D458AB'

red 212 ◦ green 88 ◦ blue 171

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

Shades of Mulberry #D458AB

Tints of Mulberry #D458AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 45.01%
G = 18.68%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D458AB (or 0xD458AB) is known color: Mulberry. HEX triplet: D4, 58 and AB. RGB value is (212,88,171). Sum of RGB (Red+Green+Blue) = 212+88+171=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D458AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D458AB is #2BA754. Grayscale: #868686. Windows color (decimal): -2860885 or 11229396. OLE color: 11229396.

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

Color convert

RGB 212 88 171 -
CMYK 0 0.58 0.19 0.17
HSL 319.84º 0.59% 0.59% -
HSV(B) 319.84º 0.58% 0.83% -
XYZ 37.99 23.92 41.14 -
YUV 134.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 212 88 171 0 0.58 0.19 0.17 319.84 0.59 0.59
Hex D4 58 AB 0 3A 13 11 140 3B 3B
Octal 324 130 253 0 72 23 21 500 73 73
Binary 11010100 1011000 10101011 0 111010 10011 10001 101000000 111011 111011

Color Harmonies of #D458AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458AB

Black with #D458AB

Text Example


Text Example

White with #D458AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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