Html Css Color HEX #DC5B9B Hopbush

📋 copy color: '#DC5B9B'

red 220 ◦ green 91 ◦ blue 155

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

Shades of Hopbush #DC5B9B

Tints of Hopbush #DC5B9B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.53%

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 47.21%
G = 19.53%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC5B9B (or 0xDC5B9B) is known color: Hopbush. HEX triplet: DC, 5B and 9B. RGB value is (220,91,155). Sum of RGB (Red+Green+Blue) = 220+91+155=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B9B is #23A464. Grayscale: #888888. Windows color (decimal): -2335845 or 10181596. OLE color: 10181596.

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

Color convert

RGB 220 91 155 -
CMYK 0 0.59 0.30 0.14
HSL 330.23º 0.65% 0.61% -
HSV(B) 330.23º 0.59% 0.86% -
XYZ 39.17 25.06 33.78 -
YUV 136.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 220 91 155 0 0.59 0.30 0.14 330.23 0.65 0.61
Hex DC 5B 9B 0 3B 1E E 14A 41 3D
Octal 334 133 233 0 73 36 16 512 101 75
Binary 11011100 1011011 10011011 0 111011 11110 1110 101001010 1000001 111101

Color Harmonies of #DC5B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B9B

Black with #DC5B9B

Text Example


Text Example

White with #DC5B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B9B; }

 p { color: rgb(220,91,155); }

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

background-color css

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

 a { background-color: rgb(220,91,155); }

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

border-color css

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

 span { border-color: rgb(220,91,155); }

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