Html Css Color HEX #DC5598 Mulberry

📋 copy color: '#DC5598'

red 220 ◦ green 85 ◦ blue 152

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

Shades of Mulberry #DC5598

Tints of Mulberry #DC5598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.6%

 BLUE value IS 152 (59.77% from 255) = 33.26%

R = 48.14%
G = 18.6%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC5598 (or 0xDC5598) is known color: Mulberry. HEX triplet: DC, 55 and 98. RGB value is (220,85,152). Sum of RGB (Red+Green+Blue) = 220+85+152=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5598 is #23AA67. Grayscale: #848484. Windows color (decimal): -2337384 or 9983452. OLE color: 9983452.

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

Color convert

RGB 220 85 152 -
CMYK 0 0.61 0.31 0.14
HSL 330.22º 0.66% 0.6% -
HSV(B) 330.22º 0.61% 0.86% -
XYZ 38.43 23.98 32.31 -
YUV 133 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 220 85 152 0 0.61 0.31 0.14 330.22 0.66 0.6
Hex DC 55 98 0 3D 1F E 14A 42 3C
Octal 334 125 230 0 75 37 16 512 102 74
Binary 11011100 1010101 10011000 0 111101 11111 1110 101001010 1000010 111100

Color Harmonies of #DC5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5598

Black with #DC5598

Text Example


Text Example

White with #DC5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5598; }

 p { color: rgb(220,85,152); }

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

background-color css

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

 a { background-color: rgb(220,85,152); }

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

border-color css

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

 span { border-color: rgb(220,85,152); }

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