Html Css Color HEX #D55F8C Hopbush

📋 copy color: '#D55F8C'

red 213 ◦ green 95 ◦ blue 140

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

Shades of Hopbush #D55F8C

Tints of Hopbush #D55F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.21%

 BLUE value IS 140 (55.08% from 255) = 31.25%

R = 47.54%
G = 21.21%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D55F8C (or 0xD55F8C) is known color: Hopbush. HEX triplet: D5, 5F and 8C. RGB value is (213,95,140). Sum of RGB (Red+Green+Blue) = 213+95+140=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F8C is #2AA073. Grayscale: #878787. Windows color (decimal): -2793588 or 9199573. OLE color: 9199573.

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

Color convert

RGB 213 95 140 -
CMYK 0 0.55 0.34 0.16
HSL 337.12º 0.58% 0.6% -
HSV(B) 337.12º 0.55% 0.84% -
XYZ 36.27 24.22 27.58 -
YUV 135.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 213 95 140 0 0.55 0.34 0.16 337.12 0.58 0.6
Hex D5 5F 8C 0 37 22 10 151 3A 3C
Octal 325 137 214 0 67 42 20 521 72 74
Binary 11010101 1011111 10001100 0 110111 100010 10000 101010001 111010 111100

Color Harmonies of #D55F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F8C

Black with #D55F8C

Text Example


Text Example

White with #D55F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F8C; }

 p { color: rgb(213,95,140); }

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

background-color css

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

 a { background-color: rgb(213,95,140); }

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

border-color css

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

 span { border-color: rgb(213,95,140); }

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