Html Css Color HEX #D6619E Hopbush

📋 copy color: '#D6619E'

red 214 ◦ green 97 ◦ blue 158

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

Shades of Hopbush #D6619E

Tints of Hopbush #D6619E

RGB

 RED value IS 214 (83.98% from 255) = 45.63%

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

 BLUE value IS 158 (62.11% from 255) = 33.69%

R = 45.63%
G = 20.68%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6619E (or 0xD6619E) is known color: Hopbush. HEX triplet: D6, 61 and 9E. RGB value is (214,97,158). Sum of RGB (Red+Green+Blue) = 214+97+158=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D6619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6619E is #299E61. Grayscale: #8A8A8A. Windows color (decimal): -2727522 or 10379734. OLE color: 10379734.

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

Color convert

RGB 214 97 158 -
CMYK 0 0.55 0.26 0.16
HSL 328.72º 0.59% 0.61% -
HSV(B) 328.72º 0.55% 0.84% -
XYZ 38.18 25.31 35.22 -
YUV 138.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 214 97 158 0 0.55 0.26 0.16 328.72 0.59 0.61
Hex D6 61 9E 0 37 1A 10 149 3B 3D
Octal 326 141 236 0 67 32 20 511 73 75
Binary 11010110 1100001 10011110 0 110111 11010 10000 101001001 111011 111101

Color Harmonies of #D6619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6619E

Black with #D6619E

Text Example


Text Example

White with #D6619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6619E; }

 p { color: rgb(214,97,158); }

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

background-color css

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

 a { background-color: rgb(214,97,158); }

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

border-color css

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

 span { border-color: rgb(214,97,158); }

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