Html Css Color HEX #D5628A Hopbush

📋 copy color: '#D5628A'

red 213 ◦ green 98 ◦ blue 138

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

Shades of Hopbush #D5628A

Tints of Hopbush #D5628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 47.44%
G = 21.83%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5628A (or 0xD5628A) is known color: Hopbush. HEX triplet: D5, 62 and 8A. RGB value is (213,98,138). Sum of RGB (Red+Green+Blue) = 213+98+138=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5628A is #2A9D75. Grayscale: #888888. Windows color (decimal): -2792822 or 9069269. OLE color: 9069269.

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

Color convert

RGB 213 98 138 -
CMYK 0 0.54 0.35 0.16
HSL 339.13º 0.58% 0.61% -
HSV(B) 339.13º 0.54% 0.84% -
XYZ 36.4 24.72 26.9 -
YUV 136.95 128.6 182.25 -
System Red Green Blue C M Y K H S L
Decimal 213 98 138 0 0.54 0.35 0.16 339.13 0.58 0.61
Hex D5 62 8A 0 36 23 10 153 3A 3D
Octal 325 142 212 0 66 43 20 523 72 75
Binary 11010101 1100010 10001010 0 110110 100011 10000 101010011 111010 111101

Color Harmonies of #D5628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5628A

Black with #D5628A

Text Example


Text Example

White with #D5628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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