Html Css Color HEX #D56594 Hopbush

📋 copy color: '#D56594'

red 213 ◦ green 101 ◦ blue 148

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

Shades of Hopbush #D56594

Tints of Hopbush #D56594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 46.1%
G = 21.86%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D56594 (or 0xD56594) is known color: Hopbush. HEX triplet: D5, 65 and 94. RGB value is (213,101,148). Sum of RGB (Red+Green+Blue) = 213+101+148=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D56594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56594 is #2A9A6B. Grayscale: #8B8B8B. Windows color (decimal): -2792044 or 9725397. OLE color: 9725397.

HSL color Cylindrical-coordinate representation of color #D56594: hue angle of 334.82º 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 #D56594 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 101 148 -
CMYK 0 0.53 0.31 0.16
HSL 334.82º 0.57% 0.62% -
HSV(B) 334.82º 0.53% 0.84% -
XYZ 37.44 25.59 30.98 -
YUV 139.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 213 101 148 0 0.53 0.31 0.16 334.82 0.57 0.62
Hex D5 65 94 0 35 1F 10 14F 39 3E
Octal 325 145 224 0 65 37 20 517 71 76
Binary 11010101 1100101 10010100 0 110101 11111 10000 101001111 111001 111110

Color Harmonies of #D56594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56594

Black with #D56594

Text Example


Text Example

White with #D56594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56594; }

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

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

background-color css

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

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

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

border-color css

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

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

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