Html Css Color HEX #D5599B Hopbush

📋 copy color: '#D5599B'

red 213 ◦ green 89 ◦ blue 155

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

Shades of Hopbush #D5599B

Tints of Hopbush #D5599B

RGB

 RED value IS 213 (83.59% from 255) = 46.61%

 GREEN value IS 89 (35.16% from 255) = 19.47%

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

R = 46.61%
G = 19.47%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5599B (or 0xD5599B) is known color: Hopbush. HEX triplet: D5, 59 and 9B. RGB value is (213,89,155). Sum of RGB (Red+Green+Blue) = 213+89+155=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5599B is #2AA664. Grayscale: #858585. Windows color (decimal): -2795109 or 10181077. OLE color: 10181077.

HSL color Cylindrical-coordinate representation of color #D5599B: hue angle of 328.06º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5599B is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 155 -
CMYK 0 0.58 0.27 0.16
HSL 328.06º 0.6% 0.59% -
HSV(B) 328.06º 0.58% 0.84% -
XYZ 36.93 23.66 33.63 -
YUV 133.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 213 89 155 0 0.58 0.27 0.16 328.06 0.6 0.59
Hex D5 59 9B 0 3A 1B 10 148 3C 3B
Octal 325 131 233 0 72 33 20 510 74 73
Binary 11010101 1011001 10011011 0 111010 11011 10000 101001000 111100 111011

Color Harmonies of #D5599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5599B

Black with #D5599B

Text Example


Text Example

White with #D5599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5599B; }

 p { color: rgb(213,89,155); }

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

background-color css

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

 a { background-color: rgb(213,89,155); }

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

border-color css

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

 span { border-color: rgb(213,89,155); }

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