Html Css Color HEX #D5619C Hopbush

📋 copy color: '#D5619C'

red 213 ◦ green 97 ◦ blue 156

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

Shades of Hopbush #D5619C

Tints of Hopbush #D5619C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.82%

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 45.71%
G = 20.82%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5619C (or 0xD5619C) is known color: Hopbush. HEX triplet: D5, 61 and 9C. RGB value is (213,97,156). Sum of RGB (Red+Green+Blue) = 213+97+156=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5619C is #2A9E63. Grayscale: #8A8A8A. Windows color (decimal): -2793060 or 10248661. OLE color: 10248661.

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

Color convert

RGB 213 97 156 -
CMYK 0 0.54 0.27 0.16
HSL 329.48º 0.58% 0.61% -
HSV(B) 329.48º 0.54% 0.84% -
XYZ 37.72 25.1 34.31 -
YUV 138.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 213 97 156 0 0.54 0.27 0.16 329.48 0.58 0.61
Hex D5 61 9C 0 36 1B 10 149 3A 3D
Octal 325 141 234 0 66 33 20 511 72 75
Binary 11010101 1100001 10011100 0 110110 11011 10000 101001001 111010 111101

Color Harmonies of #D5619C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5619C

Black with #D5619C

Text Example


Text Example

White with #D5619C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5619C; }

 p { color: rgb(213,97,156); }

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

background-color css

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

 a { background-color: rgb(213,97,156); }

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

border-color css

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

 span { border-color: rgb(213,97,156); }

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