Html Css Color HEX #D5628E Hopbush

📋 copy color: '#D5628E'

red 213 ◦ green 98 ◦ blue 142

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

Shades of Hopbush #D5628E

Tints of Hopbush #D5628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.35%

R = 47.02%
G = 21.63%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5628E (or 0xD5628E) is known color: Hopbush. HEX triplet: D5, 62 and 8E. RGB value is (213,98,142). Sum of RGB (Red+Green+Blue) = 213+98+142=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5628E is #2A9D71. Grayscale: #898989. Windows color (decimal): -2792818 or 9331413. OLE color: 9331413.

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

Color convert

RGB 213 98 142 -
CMYK 0 0.54 0.33 0.16
HSL 337.04º 0.58% 0.61% -
HSV(B) 337.04º 0.54% 0.84% -
XYZ 36.69 24.83 28.45 -
YUV 137.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 213 98 142 0 0.54 0.33 0.16 337.04 0.58 0.61
Hex D5 62 8E 0 36 21 10 151 3A 3D
Octal 325 142 216 0 66 41 20 521 72 75
Binary 11010101 1100010 10001110 0 110110 100001 10000 101010001 111010 111101

Color Harmonies of #D5628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5628E

Black with #D5628E

Text Example


Text Example

White with #D5628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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