Html Css Color HEX #D5628B Hopbush

📋 copy color: '#D5628B'

red 213 ◦ green 98 ◦ blue 139

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

Shades of Hopbush #D5628B

Tints of Hopbush #D5628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 47.33%
G = 21.78%
B = 30.89%

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

#D5628B (or 0xD5628B) is known color: Hopbush. HEX triplet: D5, 62 and 8B. RGB value is (213,98,139). Sum of RGB (Red+Green+Blue) = 213+98+139=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D5628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5628B is #2A9D74. Grayscale: #898989. Windows color (decimal): -2792821 or 9134805. OLE color: 9134805.

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

Color convert

RGB 213 98 139 -
CMYK 0 0.54 0.35 0.16
HSL 338.61º 0.58% 0.61% -
HSV(B) 338.61º 0.54% 0.84% -
XYZ 36.47 24.75 27.28 -
YUV 137.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 213 98 139 0 0.54 0.35 0.16 338.61 0.58 0.61
Hex D5 62 8B 0 36 23 10 153 3A 3D
Octal 325 142 213 0 66 43 20 523 72 75
Binary 11010101 1100010 10001011 0 110110 100011 10000 101010011 111010 111101

Color Harmonies of #D5628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5628B

Black with #D5628B

Text Example


Text Example

White with #D5628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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