Html Css Color HEX #D6618C Hopbush

📋 copy color: '#D6618C'

red 214 ◦ green 97 ◦ blue 140

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

Shades of Hopbush #D6618C

Tints of Hopbush #D6618C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 47.45%
G = 21.51%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6618C (or 0xD6618C) is known color: Hopbush. HEX triplet: D6, 61 and 8C. RGB value is (214,97,140). Sum of RGB (Red+Green+Blue) = 214+97+140=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6618C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D6618C is #299E73. Grayscale: #888888. Windows color (decimal): -2727540 or 9200086. OLE color: 9200086.

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

Color convert

RGB 214 97 140 -
CMYK 0 0.55 0.35 0.16
HSL 337.95º 0.59% 0.61% -
HSV(B) 337.95º 0.55% 0.84% -
XYZ 36.74 24.74 27.65 -
YUV 136.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 214 97 140 0 0.55 0.35 0.16 337.95 0.59 0.61
Hex D6 61 8C 0 37 23 10 152 3B 3D
Octal 326 141 214 0 67 43 20 522 73 75
Binary 11010110 1100001 10001100 0 110111 100011 10000 101010010 111011 111101

Color Harmonies of #D6618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6618C

Black with #D6618C

Text Example


Text Example

White with #D6618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6618C; }

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

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

background-color css

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

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

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

border-color css

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

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

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