Html Css Color HEX #DC5B9E Hopbush

📋 copy color: '#DC5B9E'

red 220 ◦ green 91 ◦ blue 158

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

Shades of Hopbush #DC5B9E

Tints of Hopbush #DC5B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 46.91%
G = 19.4%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC5B9E (or 0xDC5B9E) is known color: Hopbush. HEX triplet: DC, 5B and 9E. RGB value is (220,91,158). Sum of RGB (Red+Green+Blue) = 220+91+158=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B9E is #23A461. Grayscale: #898989. Windows color (decimal): -2335842 or 10378204. OLE color: 10378204.

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

Color convert

RGB 220 91 158 -
CMYK 0 0.59 0.28 0.14
HSL 328.84º 0.65% 0.61% -
HSV(B) 328.84º 0.59% 0.86% -
XYZ 39.43 25.17 35.13 -
YUV 137.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 220 91 158 0 0.59 0.28 0.14 328.84 0.65 0.61
Hex DC 5B 9E 0 3B 1C E 149 41 3D
Octal 334 133 236 0 73 34 16 511 101 75
Binary 11011100 1011011 10011110 0 111011 11100 1110 101001001 1000001 111101

Color Harmonies of #DC5B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B9E

Black with #DC5B9E

Text Example


Text Example

White with #DC5B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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