Html Css Color HEX #D55D8B Hopbush

📋 copy color: '#D55D8B'

red 213 ◦ green 93 ◦ blue 139

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

Shades of Hopbush #D55D8B

Tints of Hopbush #D55D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.9%

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 47.87%
G = 20.9%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D55D8B (or 0xD55D8B) is known color: Hopbush. HEX triplet: D5, 5D and 8B. RGB value is (213,93,139). Sum of RGB (Red+Green+Blue) = 213+93+139=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55D8B is #2AA274. Grayscale: #868686. Windows color (decimal): -2794101 or 9133525. OLE color: 9133525.

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

Color convert

RGB 213 93 139 -
CMYK 0 0.56 0.35 0.16
HSL 337º 0.59% 0.6% -
HSV(B) 337º 0.56% 0.84% -
XYZ 36.02 23.84 27.13 -
YUV 134.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 213 93 139 0 0.56 0.35 0.16 337 0.59 0.6
Hex D5 5D 8B 0 38 23 10 151 3B 3C
Octal 325 135 213 0 70 43 20 521 73 74
Binary 11010101 1011101 10001011 0 111000 100011 10000 101010001 111011 111100

Color Harmonies of #D55D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D8B

Black with #D55D8B

Text Example


Text Example

White with #D55D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D8B; }

 p { color: rgb(213,93,139); }

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

background-color css

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

 a { background-color: rgb(213,93,139); }

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

border-color css

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

 span { border-color: rgb(213,93,139); }

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