Html Css Color HEX #DC589D Hopbush

📋 copy color: '#DC589D'

red 220 ◦ green 88 ◦ blue 157

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

Shades of Hopbush #DC589D

Tints of Hopbush #DC589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

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

R = 47.31%
G = 18.92%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC589D (or 0xDC589D) is known color: Hopbush. HEX triplet: DC, 58 and 9D. RGB value is (220,88,157). Sum of RGB (Red+Green+Blue) = 220+88+157=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC589D is #23A762. Grayscale: #878787. Windows color (decimal): -2336611 or 10311900. OLE color: 10311900.

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

Color convert

RGB 220 88 157 -
CMYK 0 0.6 0.29 0.14
HSL 328.64º 0.65% 0.6% -
HSV(B) 328.64º 0.6% 0.86% -
XYZ 39.09 24.63 34.59 -
YUV 135.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 220 88 157 0 0.6 0.29 0.14 328.64 0.65 0.6
Hex DC 58 9D 0 3C 1D E 149 41 3C
Octal 334 130 235 0 74 35 16 511 101 74
Binary 11011100 1011000 10011101 0 111100 11101 1110 101001001 1000001 111100

Color Harmonies of #DC589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC589D

Black with #DC589D

Text Example


Text Example

White with #DC589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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