Html Css Color HEX #D448AC Mulberry

📋 copy color: '#D448AC'

red 212 ◦ green 72 ◦ blue 172

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

Shades of Mulberry #D448AC

Tints of Mulberry #D448AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 46.49%
G = 15.79%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D448AC (or 0xD448AC) is known color: Mulberry. HEX triplet: D4, 48 and AC. RGB value is (212,72,172). Sum of RGB (Red+Green+Blue) = 212+72+172=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D448AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D448AC is #2BB753. Grayscale: #7C7C7C. Windows color (decimal): -2864980 or 11290836. OLE color: 11290836.

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

Color convert

RGB 212 72 172 -
CMYK 0 0.66 0.19 0.17
HSL 317.14º 0.62% 0.56% -
HSV(B) 317.14º 0.66% 0.83% -
XYZ 36.92 21.61 41.26 -
YUV 125.26 154.38 189.87 -
System Red Green Blue C M Y K H S L
Decimal 212 72 172 0 0.66 0.19 0.17 317.14 0.62 0.56
Hex D4 48 AC 0 42 13 11 13D 3E 38
Octal 324 110 254 0 102 23 21 475 76 70
Binary 11010100 1001000 10101100 0 1000010 10011 10001 100111101 111110 111000

Color Harmonies of #D448AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D448AC

Black with #D448AC

Text Example


Text Example

White with #D448AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D448AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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