Html Css Color HEX #D56998 Hopbush

📋 copy color: '#D56998'

red 213 ◦ green 105 ◦ blue 152

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

Shades of Hopbush #D56998

Tints of Hopbush #D56998

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.34%

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

R = 45.32%
G = 22.34%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D56998 (or 0xD56998) is known color: Hopbush. HEX triplet: D5, 69 and 98. RGB value is (213,105,152). Sum of RGB (Red+Green+Blue) = 213+105+152=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D56998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56998 is #2A9667. Grayscale: #8E8E8E. Windows color (decimal): -2791016 or 9988565. OLE color: 9988565.

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

Color convert

RGB 213 105 152 -
CMYK 0 0.51 0.29 0.16
HSL 333.89º 0.56% 0.62% -
HSV(B) 333.89º 0.51% 0.84% -
XYZ 38.16 26.52 32.81 -
YUV 142.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 213 105 152 0 0.51 0.29 0.16 333.89 0.56 0.62
Hex D5 69 98 0 33 1D 10 14E 38 3E
Octal 325 151 230 0 63 35 20 516 70 76
Binary 11010101 1101001 10011000 0 110011 11101 10000 101001110 111000 111110

Color Harmonies of #D56998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56998

Black with #D56998

Text Example


Text Example

White with #D56998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56998; }

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

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

background-color css

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

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

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

border-color css

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

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

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