Html Css Color HEX #D448AA Mulberry

📋 copy color: '#D448AA'

red 212 ◦ green 72 ◦ blue 170

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

Shades of Mulberry #D448AA

Tints of Mulberry #D448AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 46.7%
G = 15.86%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D448AA (or 0xD448AA) is known color: Mulberry. HEX triplet: D4, 48 and AA. RGB value is (212,72,170). Sum of RGB (Red+Green+Blue) = 212+72+170=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D448AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D448AA is #2BB755. Grayscale: #7C7C7C. Windows color (decimal): -2864982 or 11159764. OLE color: 11159764.

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

Color convert

RGB 212 72 170 -
CMYK 0 0.66 0.20 0.17
HSL 318º 0.62% 0.56% -
HSV(B) 318º 0.66% 0.83% -
XYZ 36.72 21.53 40.25 -
YUV 125.03 153.38 190.03 -
System Red Green Blue C M Y K H S L
Decimal 212 72 170 0 0.66 0.20 0.17 318 0.62 0.56
Hex D4 48 AA 0 42 14 11 13E 3E 38
Octal 324 110 252 0 102 24 21 476 76 70
Binary 11010100 1001000 10101010 0 1000010 10100 10001 100111110 111110 111000

Color Harmonies of #D448AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448AA

Black with #D448AA

Text Example


Text Example

White with #D448AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448AA; }

 p { color: rgb(212,72,170); }

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

background-color css

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

 a { background-color: rgb(212,72,170); }

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

border-color css

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

 span { border-color: rgb(212,72,170); }

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