Html Css Color HEX #D55F8D Hopbush

📋 copy color: '#D55F8D'

red 213 ◦ green 95 ◦ blue 141

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

Shades of Hopbush #D55F8D

Tints of Hopbush #D55F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 47.44%
G = 21.16%
B = 31.4%

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

#D55F8D (or 0xD55F8D) is known color: Hopbush. HEX triplet: D5, 5F and 8D. RGB value is (213,95,141). Sum of RGB (Red+Green+Blue) = 213+95+141=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F8D is #2AA072. Grayscale: #878787. Windows color (decimal): -2793587 or 9265109. OLE color: 9265109.

HSL color Cylindrical-coordinate representation of color #D55F8D: hue angle of 336.61º 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 #D55F8D is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 95 141 -
CMYK 0 0.55 0.34 0.16
HSL 336.61º 0.58% 0.6% -
HSV(B) 336.61º 0.55% 0.84% -
XYZ 36.34 24.25 27.97 -
YUV 135.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 213 95 141 0 0.55 0.34 0.16 336.61 0.58 0.6
Hex D5 5F 8D 0 37 22 10 151 3A 3C
Octal 325 137 215 0 67 42 20 521 72 74
Binary 11010101 1011111 10001101 0 110111 100010 10000 101010001 111010 111100

Color Harmonies of #D55F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F8D

Black with #D55F8D

Text Example


Text Example

White with #D55F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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