Html Css Color HEX #D56590 Hopbush

📋 copy color: '#D56590'

red 213 ◦ green 101 ◦ blue 144

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

Shades of Hopbush #D56590

Tints of Hopbush #D56590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.05%

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 46.51%
G = 22.05%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D56590 (or 0xD56590) is known color: Hopbush. HEX triplet: D5, 65 and 90. RGB value is (213,101,144). Sum of RGB (Red+Green+Blue) = 213+101+144=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D56590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56590 is #2A9A6F. Grayscale: #8B8B8B. Windows color (decimal): -2792048 or 9463253. OLE color: 9463253.

HSL color Cylindrical-coordinate representation of color #D56590: hue angle of 336.96º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56590 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 144 -
CMYK 0 0.53 0.32 0.16
HSL 336.96º 0.57% 0.62% -
HSV(B) 336.96º 0.53% 0.84% -
XYZ 37.13 25.47 29.34 -
YUV 139.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 213 101 144 0 0.53 0.32 0.16 336.96 0.57 0.62
Hex D5 65 90 0 35 20 10 151 39 3E
Octal 325 145 220 0 65 40 20 521 71 76
Binary 11010101 1100101 10010000 0 110101 100000 10000 101010001 111001 111110

Color Harmonies of #D56590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56590

Black with #D56590

Text Example


Text Example

White with #D56590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56590; }

 p { color: rgb(213,101,144); }

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

background-color css

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

 a { background-color: rgb(213,101,144); }

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

border-color css

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

 span { border-color: rgb(213,101,144); }

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