Html Css Color HEX #D44CAB Mulberry

📋 copy color: '#D44CAB'

red 212 ◦ green 76 ◦ blue 171

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

Shades of Mulberry #D44CAB

Tints of Mulberry #D44CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.56%

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

R = 46.19%
G = 16.56%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D44CAB (or 0xD44CAB) is known color: Mulberry. HEX triplet: D4, 4C and AB. RGB value is (212,76,171). Sum of RGB (Red+Green+Blue) = 212+76+171=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44CAB is #2BB354. Grayscale: #7F7F7F. Windows color (decimal): -2863957 or 11226324. OLE color: 11226324.

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

Color convert

RGB 212 76 171 -
CMYK 0 0.64 0.19 0.17
HSL 318.09º 0.61% 0.56% -
HSV(B) 318.09º 0.64% 0.83% -
XYZ 37.09 22.11 40.84 -
YUV 127.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 212 76 171 0 0.64 0.19 0.17 318.09 0.61 0.56
Hex D4 4C AB 0 40 13 11 13E 3D 38
Octal 324 114 253 0 100 23 21 476 75 70
Binary 11010100 1001100 10101011 0 1000000 10011 10001 100111110 111101 111000

Color Harmonies of #D44CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44CAB

Black with #D44CAB

Text Example


Text Example

White with #D44CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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