Html Css Color HEX #D55F9D Hopbush

📋 copy color: '#D55F9D'

red 213 ◦ green 95 ◦ blue 157

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

Shades of Hopbush #D55F9D

Tints of Hopbush #D55F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 45.81%
G = 20.43%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D55F9D (or 0xD55F9D) is known color: Hopbush. HEX triplet: D5, 5F and 9D. RGB value is (213,95,157). Sum of RGB (Red+Green+Blue) = 213+95+157=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F9D is #2AA062. Grayscale: #898989. Windows color (decimal): -2793571 or 10313685. OLE color: 10313685.

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

Color convert

RGB 213 95 157 -
CMYK 0 0.55 0.26 0.16
HSL 328.47º 0.58% 0.6% -
HSV(B) 328.47º 0.55% 0.84% -
XYZ 37.62 24.76 34.7 -
YUV 137.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 213 95 157 0 0.55 0.26 0.16 328.47 0.58 0.6
Hex D5 5F 9D 0 37 1A 10 148 3A 3C
Octal 325 137 235 0 67 32 20 510 72 74
Binary 11010101 1011111 10011101 0 110111 11010 10000 101001000 111010 111100

Color Harmonies of #D55F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F9D

Black with #D55F9D

Text Example


Text Example

White with #D55F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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