Html Css Color HEX #D56598 Hopbush

📋 copy color: '#D56598'

red 213 ◦ green 101 ◦ blue 152

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

Shades of Hopbush #D56598

Tints of Hopbush #D56598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.62%

R = 45.71%
G = 21.67%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D56598 (or 0xD56598) is known color: Hopbush. HEX triplet: D5, 65 and 98. RGB value is (213,101,152). Sum of RGB (Red+Green+Blue) = 213+101+152=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D56598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56598 is #2A9A67. Grayscale: #8C8C8C. Windows color (decimal): -2792040 or 9987541. OLE color: 9987541.

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

Color convert

RGB 213 101 152 -
CMYK 0 0.53 0.29 0.16
HSL 332.68º 0.57% 0.62% -
HSV(B) 332.68º 0.53% 0.84% -
XYZ 37.76 25.72 32.68 -
YUV 140.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 213 101 152 0 0.53 0.29 0.16 332.68 0.57 0.62
Hex D5 65 98 0 35 1D 10 14D 39 3E
Octal 325 145 230 0 65 35 20 515 71 76
Binary 11010101 1100101 10011000 0 110101 11101 10000 101001101 111001 111110

Color Harmonies of #D56598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56598

Black with #D56598

Text Example


Text Example

White with #D56598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56598; }

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

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

background-color css

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

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

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

border-color css

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

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

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