Html Css Color HEX #DC459C Mulberry

📋 copy color: '#DC459C'

red 220 ◦ green 69 ◦ blue 156

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

Shades of Mulberry #DC459C

Tints of Mulberry #DC459C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 49.44%
G = 15.51%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC459C (or 0xDC459C) is known color: Mulberry. HEX triplet: DC, 45 and 9C. RGB value is (220,69,156). Sum of RGB (Red+Green+Blue) = 220+69+156=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC459C is #23BA63. Grayscale: #7B7B7B. Windows color (decimal): -2341476 or 10241500. OLE color: 10241500.

HSL color Cylindrical-coordinate representation of color #DC459C: hue angle of 325.43º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC459C is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 69 156 -
CMYK 0 0.69 0.29 0.14
HSL 325.43º 0.68% 0.57% -
HSV(B) 325.43º 0.69% 0.86% -
XYZ 37.64 21.87 33.69 -
YUV 124.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 220 69 156 0 0.69 0.29 0.14 325.43 0.68 0.57
Hex DC 45 9C 0 45 1D E 145 44 39
Octal 334 105 234 0 105 35 16 505 104 71
Binary 11011100 1000101 10011100 0 1000101 11101 1110 101000101 1000100 111001

Color Harmonies of #DC459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC459C

Black with #DC459C

Text Example


Text Example

White with #DC459C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC459C; }

 p { color: rgb(220,69,156); }

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

background-color css

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

 a { background-color: rgb(220,69,156); }

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

border-color css

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

 span { border-color: rgb(220,69,156); }

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