Html Css Color HEX #D56295 Hopbush

📋 copy color: '#D56295'

red 213 ◦ green 98 ◦ blue 149

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

Shades of Hopbush #D56295

Tints of Hopbush #D56295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

 BLUE value IS 149 (58.59% from 255) = 32.39%

R = 46.3%
G = 21.3%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D56295 (or 0xD56295) is known color: Hopbush. HEX triplet: D5, 62 and 95. RGB value is (213,98,149). Sum of RGB (Red+Green+Blue) = 213+98+149=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D56295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56295 is #2A9D6A. Grayscale: #8A8A8A. Windows color (decimal): -2792811 or 9790165. OLE color: 9790165.

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

Color convert

RGB 213 98 149 -
CMYK 0 0.54 0.30 0.16
HSL 333.39º 0.58% 0.61% -
HSV(B) 333.39º 0.54% 0.84% -
XYZ 37.23 25.05 31.31 -
YUV 138.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 213 98 149 0 0.54 0.30 0.16 333.39 0.58 0.61
Hex D5 62 95 0 36 1E 10 14D 3A 3D
Octal 325 142 225 0 66 36 20 515 72 75
Binary 11010101 1100010 10010101 0 110110 11110 10000 101001101 111010 111101

Color Harmonies of #D56295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56295

Black with #D56295

Text Example


Text Example

White with #D56295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56295; }

 p { color: rgb(213,98,149); }

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

background-color css

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

 a { background-color: rgb(213,98,149); }

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

border-color css

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

 span { border-color: rgb(213,98,149); }

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