Html Css Color HEX #DC4BAB Mulberry

📋 copy color: '#DC4BAB'

red 220 ◦ green 75 ◦ blue 171

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

Shades of Mulberry #DC4BAB

Tints of Mulberry #DC4BAB

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

 GREEN value IS 75 (29.69% from 255) = 16.09%

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

R = 47.21%
G = 16.09%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC4BAB (or 0xDC4BAB) is known color: Mulberry. HEX triplet: DC, 4B and AB. RGB value is (220,75,171). Sum of RGB (Red+Green+Blue) = 220+75+171=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4BAB is #23B454. Grayscale: #818181. Windows color (decimal): -2339925 or 11226076. OLE color: 11226076.

HSL color Cylindrical-coordinate representation of color #DC4BAB: hue angle of 320.28º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4BAB is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 75 171 -
CMYK 0 0.66 0.22 0.14
HSL 320.28º 0.67% 0.58% -
HSV(B) 320.28º 0.66% 0.86% -
XYZ 39.38 23.19 40.93 -
YUV 129.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 220 75 171 0 0.66 0.22 0.14 320.28 0.67 0.58
Hex DC 4B AB 0 42 16 E 140 43 3A
Octal 334 113 253 0 102 26 16 500 103 72
Binary 11011100 1001011 10101011 0 1000010 10110 1110 101000000 1000011 111010

Color Harmonies of #DC4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4BAB

Black with #DC4BAB

Text Example


Text Example

White with #DC4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4BAB; }

 p { color: rgb(220,75,171); }

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

background-color css

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

 a { background-color: rgb(220,75,171); }

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

border-color css

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

 span { border-color: rgb(220,75,171); }

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