Html Css Color HEX #DC459F Mulberry

📋 copy color: '#DC459F'

red 220 ◦ green 69 ◦ blue 159

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

Shades of Mulberry #DC459F

Tints of Mulberry #DC459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 49.11%
G = 15.4%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC459F (or 0xDC459F) is known color: Mulberry. HEX triplet: DC, 45 and 9F. RGB value is (220,69,159). Sum of RGB (Red+Green+Blue) = 220+69+159=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC459F is #23BA60. Grayscale: #7C7C7C. Windows color (decimal): -2341473 or 10438108. OLE color: 10438108.

HSL color Cylindrical-coordinate representation of color #DC459F: hue angle of 324.24º 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 #DC459F is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 69 159 -
CMYK 0 0.69 0.28 0.14
HSL 324.24º 0.68% 0.57% -
HSV(B) 324.24º 0.69% 0.86% -
XYZ 37.9 21.98 35.04 -
YUV 124.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 220 69 159 0 0.69 0.28 0.14 324.24 0.68 0.57
Hex DC 45 9F 0 45 1C E 144 44 39
Octal 334 105 237 0 105 34 16 504 104 71
Binary 11011100 1000101 10011111 0 1000101 11100 1110 101000100 1000100 111001

Color Harmonies of #DC459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC459F

Black with #DC459F

Text Example


Text Example

White with #DC459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC459F; }

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

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

background-color css

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

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

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

border-color css

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

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

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