Html Css Color HEX #D55992 Hopbush

📋 copy color: '#D55992'

red 213 ◦ green 89 ◦ blue 146

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

Shades of Hopbush #D55992

Tints of Hopbush #D55992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 47.54%
G = 19.87%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D55992 (or 0xD55992) is known color: Hopbush. HEX triplet: D5, 59 and 92. RGB value is (213,89,146). Sum of RGB (Red+Green+Blue) = 213+89+146=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55992 is #2AA66D. Grayscale: #848484. Windows color (decimal): -2795118 or 9591253. OLE color: 9591253.

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

Color convert

RGB 213 89 146 -
CMYK 0 0.58 0.31 0.16
HSL 332.42º 0.6% 0.59% -
HSV(B) 332.42º 0.58% 0.84% -
XYZ 36.2 23.37 29.8 -
YUV 132.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 213 89 146 0 0.58 0.31 0.16 332.42 0.6 0.59
Hex D5 59 92 0 3A 1F 10 14C 3C 3B
Octal 325 131 222 0 72 37 20 514 74 73
Binary 11010101 1011001 10010010 0 111010 11111 10000 101001100 111100 111011

Color Harmonies of #D55992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55992

Black with #D55992

Text Example


Text Example

White with #D55992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55992; }

 p { color: rgb(213,89,146); }

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

background-color css

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

 a { background-color: rgb(213,89,146); }

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

border-color css

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

 span { border-color: rgb(213,89,146); }

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