Html Css Color HEX #D55C99 Hopbush

📋 copy color: '#D55C99'

red 213 ◦ green 92 ◦ blue 153

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

Shades of Hopbush #D55C99

Tints of Hopbush #D55C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.09%

 BLUE value IS 153 (60.16% from 255) = 33.41%

R = 46.51%
G = 20.09%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D55C99 (or 0xD55C99) is known color: Hopbush. HEX triplet: D5, 5C and 99. RGB value is (213,92,153). Sum of RGB (Red+Green+Blue) = 213+92+153=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55C99 is #2AA366. Grayscale: #878787. Windows color (decimal): -2794343 or 10050773. OLE color: 10050773.

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

Color convert

RGB 213 92 153 -
CMYK 0 0.57 0.28 0.16
HSL 329.75º 0.59% 0.6% -
HSV(B) 329.75º 0.57% 0.84% -
XYZ 37.02 24.1 32.84 -
YUV 135.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 213 92 153 0 0.57 0.28 0.16 329.75 0.59 0.6
Hex D5 5C 99 0 39 1C 10 14A 3B 3C
Octal 325 134 231 0 71 34 20 512 73 74
Binary 11010101 1011100 10011001 0 111001 11100 10000 101001010 111011 111100

Color Harmonies of #D55C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55C99

Black with #D55C99

Text Example


Text Example

White with #D55C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55C99; }

 p { color: rgb(213,92,153); }

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

background-color css

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

 a { background-color: rgb(213,92,153); }

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

border-color css

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

 span { border-color: rgb(213,92,153); }

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