Html Css Color HEX #D5628D Hopbush

📋 copy color: '#D5628D'

red 213 ◦ green 98 ◦ blue 141

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

Shades of Hopbush #D5628D

Tints of Hopbush #D5628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.68%

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

R = 47.12%
G = 21.68%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5628D (or 0xD5628D) is known color: Hopbush. HEX triplet: D5, 62 and 8D. RGB value is (213,98,141). Sum of RGB (Red+Green+Blue) = 213+98+141=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5628D is #2A9D72. Grayscale: #898989. Windows color (decimal): -2792819 or 9265877. OLE color: 9265877.

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

Color convert

RGB 213 98 141 -
CMYK 0 0.54 0.34 0.16
HSL 337.57º 0.58% 0.61% -
HSV(B) 337.57º 0.54% 0.84% -
XYZ 36.62 24.8 28.06 -
YUV 137.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 213 98 141 0 0.54 0.34 0.16 337.57 0.58 0.61
Hex D5 62 8D 0 36 22 10 152 3A 3D
Octal 325 142 215 0 66 42 20 522 72 75
Binary 11010101 1100010 10001101 0 110110 100010 10000 101010010 111010 111101

Color Harmonies of #D5628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5628D

Black with #D5628D

Text Example


Text Example

White with #D5628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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