Html Css Color HEX #DC469D Mulberry

📋 copy color: '#DC469D'

red 220 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #DC469D

Tints of Mulberry #DC469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 49.22%
G = 15.66%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC469D (or 0xDC469D) is known color: Mulberry. HEX triplet: DC, 46 and 9D. RGB value is (220,70,157). Sum of RGB (Red+Green+Blue) = 220+70+157=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC469D is #23B962. Grayscale: #7C7C7C. Windows color (decimal): -2341219 or 10307292. OLE color: 10307292.

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

Color convert

RGB 220 70 157 -
CMYK 0 0.68 0.29 0.14
HSL 325.2º 0.68% 0.57% -
HSV(B) 325.2º 0.68% 0.86% -
XYZ 37.79 22.03 34.16 -
YUV 124.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 220 70 157 0 0.68 0.29 0.14 325.2 0.68 0.57
Hex DC 46 9D 0 44 1D E 145 44 39
Octal 334 106 235 0 104 35 16 505 104 71
Binary 11011100 1000110 10011101 0 1000100 11101 1110 101000101 1000100 111001

Color Harmonies of #DC469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC469D

Black with #DC469D

Text Example


Text Example

White with #DC469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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