Html Css Color HEX #DC5896 Hopbush

📋 copy color: '#DC5896'

red 220 ◦ green 88 ◦ blue 150

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

Shades of Hopbush #DC5896

Tints of Hopbush #DC5896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.75%

R = 48.03%
G = 19.21%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC5896 (or 0xDC5896) is known color: Hopbush. HEX triplet: DC, 58 and 96. RGB value is (220,88,150). Sum of RGB (Red+Green+Blue) = 220+88+150=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5896 is #23A769. Grayscale: #868686. Windows color (decimal): -2336618 or 9853148. OLE color: 9853148.

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

Color convert

RGB 220 88 150 -
CMYK 0 0.6 0.32 0.14
HSL 331.82º 0.65% 0.6% -
HSV(B) 331.82º 0.6% 0.86% -
XYZ 38.51 24.4 31.53 -
YUV 134.54 136.73 188.96 -
System Red Green Blue C M Y K H S L
Decimal 220 88 150 0 0.6 0.32 0.14 331.82 0.65 0.6
Hex DC 58 96 0 3C 20 E 14C 41 3C
Octal 334 130 226 0 74 40 16 514 101 74
Binary 11011100 1011000 10010110 0 111100 100000 1110 101001100 1000001 111100

Color Harmonies of #DC5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5896

Black with #DC5896

Text Example


Text Example

White with #DC5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5896; }

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

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

background-color css

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

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

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

border-color css

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

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

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