Html Css Color HEX #DC469F Mulberry

📋 copy color: '#DC469F'

red 220 ◦ green 70 ◦ blue 159

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

Shades of Mulberry #DC469F

Tints of Mulberry #DC469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.59%

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

R = 49%
G = 15.59%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC469F (or 0xDC469F) is known color: Mulberry. HEX triplet: DC, 46 and 9F. RGB value is (220,70,159). Sum of RGB (Red+Green+Blue) = 220+70+159=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC469F is #23B960. Grayscale: #7C7C7C. Windows color (decimal): -2341217 or 10438364. OLE color: 10438364.

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

Color convert

RGB 220 70 159 -
CMYK 0 0.68 0.28 0.14
HSL 324.4º 0.68% 0.57% -
HSV(B) 324.4º 0.68% 0.86% -
XYZ 37.96 22.1 35.07 -
YUV 125 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 220 70 159 0 0.68 0.28 0.14 324.4 0.68 0.57
Hex DC 46 9F 0 44 1C E 144 44 39
Octal 334 106 237 0 104 34 16 504 104 71
Binary 11011100 1000110 10011111 0 1000100 11100 1110 101000100 1000100 111001

Color Harmonies of #DC469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC469F

Black with #DC469F

Text Example


Text Example

White with #DC469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC469F; }

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

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

background-color css

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

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

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

border-color css

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

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

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