Html Css Color HEX #D445A8 Mulberry

📋 copy color: '#D445A8'

red 212 ◦ green 69 ◦ blue 168

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

Shades of Mulberry #D445A8

Tints of Mulberry #D445A8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.37%

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

R = 47.22%
G = 15.37%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D445A8 (or 0xD445A8) is known color: Mulberry. HEX triplet: D4, 45 and A8. RGB value is (212,69,168). Sum of RGB (Red+Green+Blue) = 212+69+168=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D445A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D445A8 is #2BBA57. Grayscale: #7A7A7A. Windows color (decimal): -2865752 or 11027924. OLE color: 11027924.

HSL color Cylindrical-coordinate representation of color #D445A8: hue angle of 318.46º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D445A8 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 69 168 -
CMYK 0 0.67 0.21 0.17
HSL 318.46º 0.62% 0.55% -
HSV(B) 318.46º 0.67% 0.83% -
XYZ 36.35 21.08 39.2 -
YUV 123.04 153.38 191.45 -
System Red Green Blue C M Y K H S L
Decimal 212 69 168 0 0.67 0.21 0.17 318.46 0.62 0.55
Hex D4 45 A8 0 43 15 11 13E 3E 37
Octal 324 105 250 0 103 25 21 476 76 67
Binary 11010100 1000101 10101000 0 1000011 10101 10001 100111110 111110 110111

Color Harmonies of #D445A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D445A8

Black with #D445A8

Text Example


Text Example

White with #D445A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D445A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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